diff --git a/.github/actions/bump-and-notes/action.yaml b/.github/actions/bump-and-notes/action.yaml index 6bf079e..e732237 100644 --- a/.github/actions/bump-and-notes/action.yaml +++ b/.github/actions/bump-and-notes/action.yaml @@ -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