Skip to content

Commit

Permalink
fix new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed May 23, 2024
1 parent a6d1f0f commit b5ed710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/bump-and-notes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ runs:
id: bump-version
run: |
cd internal/release
go run main.go "$MODULE" "$PR_TITLE"
NEW_VERSION=$(go run main.go "$MODULE" "$PR_TITLE")
echo "new-version=$NEW_VERSION" >> "$GITHUB_OUTPUT"
shell: bash
Expand Down

0 comments on commit b5ed710

Please sign in to comment.