We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea94159 commit 48f3092Copy full SHA for 48f3092
.github/workflows/release.yml
@@ -77,4 +77,4 @@ jobs:
77
- name: Upload artifacts to GitHub release
78
env:
79
GH_TOKEN: ${{ github.token }}
80
- run: gh release upload ${{ github.event.tag_name }} dist/*
+ run: gh release upload ${{ github.event.release.tag_name }} dist/*
0 commit comments