We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c475bf commit 2d709b1Copy full SHA for 2d709b1
.github/workflows/package-and-upload-assets.yml
@@ -131,7 +131,8 @@ jobs:
131
- name: Upload all assets to GitHub Release
132
env:
133
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
134
+ GITHUB_EVENT_RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
135
run: |
136
gh release upload \
- ${{ github.event.release.tag_name }} \
137
+ ${GITHUB_EVENT_RELEASE_TAG_NAME} \
138
release-archives/*/*
0 commit comments