Skip to content

Commit

Permalink
Still try to fix release note not generated
Browse files Browse the repository at this point in the history
  • Loading branch information
darmenliu committed Dec 16, 2024
1 parent 29a77f6 commit 72683b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ jobs:
fi
# Replace placeholder with actual changes
sed '/\[Changes will be automatically inserted here by the release workflow\]/r changes.tmp' .github/RELEASE-TEMPLATE.md > RELEASE-NOTES.md
mv RELEASE-NOTES.md .github/RELEASE-TEMPLATE.md
rm changes.tmp
- name: Create Release
uses: softprops/action-gh-release@v2
with:
body_path: ".github/RELEASE-TEMPLATE.md"
body_path: "RELEASE-NOTES.md"
files: ${{ env.BINARY_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 72683b5

Please sign in to comment.