Skip to content

Commit

Permalink
Fix release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja committed Jul 3, 2021
1 parent 29b0ca6 commit 9df4469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.version.outputs.version }}
release_name: ${{ steps.version.outputs.version }}
tag: ${{ steps.version.outputs.version }}
name: ${{ steps.version.outputs.version }}
prerelease: ${{ github.event.inputs.prerelease }}
token: ${{ secrets.GITHUB_TOKEN }}
commit: ${{ env.GITHUB_SHA }}

0 comments on commit 9df4469

Please sign in to comment.