Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 13, 2024
1 parent acc50cb commit a36cd0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-go-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ jobs:
RELEASE_NOTES=$(cat ".changeset/${{ env.VERSION }}.md")
# Format the release notes and breaking changes into FULL_RELEASE_NOTES
echo "FULL_RELEASE_NOTES<<EOF" >> $GITHUB_ENV
echo "## Release notes:" >> $GITHUB_ENV
echo "$RELEASE_NOTES" >> $GITHUB_ENV
echo "" >> $GITHUB_ENV
echo "## Commits:" >> $GITHUB_ENV
echo "FULL_RELEASE_NOTES<<EOF" >> "$GITHUB_ENV"
echo "## Release notes:" >> "$GITHUB_ENV"
echo "$RELEASE_NOTES" >> "$GITHUB_ENV"
echo "" >> "$GITHUB_ENV"
echo "## Commits:" >> "$GITHUB_ENV"
echo "${{ env.COMMITS }}" >> "$GITHUB_ENV"
echo "" >> $GITHUB_ENV
echo "## Breaking changes:" >> "$GITHUB_ENV"
Expand Down

0 comments on commit a36cd0f

Please sign in to comment.