Skip to content

Commit

Permalink
fix create release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bachmann committed Mar 23, 2021
1 parent 1f79e69 commit 34ea3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ needs.build.outputs.version }}
release_name: v${{ needs.build.outputs.version }}
tag_name: ${{ needs.build.outputs.version }}
release_name: ${{ needs.build.outputs.version }}
body: ${{ needs.build.outputs.changelog }}
draft: true

Expand Down

0 comments on commit 34ea3f8

Please sign in to comment.