Skip to content

Commit

Permalink
fix commits
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 11, 2024
1 parent 1e13391 commit ed3540e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-go-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
COMMITS=$(git log "$LAST_TAG..$PACKAGE_NAME/$VERSION" --pretty=format:"- %s (%h)")
# Output the release notes
echo "Release notes:"
echo "Commits:"
echo "$COMMITS"
# Safely set the release notes as an environment variable using heredoc and EOF
echo "RELEASE_NOTES<<EOF" >> $GITHUB_ENV
echo "COMMITS<<EOF" >> $GITHUB_ENV
echo "$COMMITS" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Set up Go
Expand Down

0 comments on commit ed3540e

Please sign in to comment.