Skip to content

Commit

Permalink
Use release id not tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Jun 5, 2020
1 parent e3f1d91 commit fae46e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'bin/*'
releaseId: ${{ steps.tag.outputs.tag }}
releaseId: ${{ steps.create_release.outputs.id }}

0 comments on commit fae46e7

Please sign in to comment.