Skip to content

Commit 244a108

Browse files
Refactor Github Action per b/485167538
1 parent 8acf8a7 commit 244a108

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/package-and-upload-assets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ jobs:
132132
- name: Upload all assets to GitHub Release
133133
env:
134134
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135+
GITHUB_EVENT_RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
135136
run: |
136137
gh release upload \
137-
${{ github.event.release.tag_name }} \
138+
${GITHUB_EVENT_RELEASE_TAG_NAME} \
138139
release-archives/*/*

0 commit comments

Comments
 (0)