Skip to content

Commit

Permalink
ci: refactored release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbait authored Apr 17, 2023
1 parent 32225a7 commit 7829cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: true
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: ${{ steps.changelog.outputs.changes }}
draft: true

0 comments on commit 7829cf2

Please sign in to comment.