Skip to content

Commit 16977d3

Browse files
Refactor Github Action per b/485167538
1 parent 131fcb1 commit 16977d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)