Skip to content

Commit

Permalink
ci(release): use tag, not release name, to identify release when uplo…
Browse files Browse the repository at this point in the history
…ading
  • Loading branch information
shivjm committed Nov 7, 2021
1 parent 41f5330 commit 908919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -61,5 +61,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd build
gh release upload "${{ steps.release.outputs.name }}" ./*
gh release upload "${{ steps.release.outputs.tag }}" ./*
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 908919e

Please sign in to comment.