Skip to content

Commit

Permalink
Merge pull request #16 from dusrdev/pre-release
Browse files Browse the repository at this point in the history
Fix for release body
  • Loading branch information
dusrdev authored Nov 21, 2024
2 parents 25ca0b5 + 0a7a57f commit e31754f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-current-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
with:
tag_name: ${{ steps.get_version.outputs.version }}
name: Release ${{ steps.get_version.outputs.version }}
body: ./Changelog.md
body_path: ./Changelog.md
files: artifacts/**/*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e31754f

Please sign in to comment.