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