Skip to content

Commit

Permalink
ci(release): use tag_name, not tagName
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Nov 7, 2021
1 parent 7c465a4 commit 3926aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -63,5 +63,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd build
gh release upload "${{ steps.release.outputs.tagName }}" ./*
gh release upload "${{ steps.release.outputs.tag_name }}" ./*
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 3926aba

Please sign in to comment.