Skip to content

Commit 84c10b4

Browse files
Refactor Github Action per b/485167538
1 parent f01c85e commit 84c10b4

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
@@ -131,7 +131,8 @@ jobs:
131131
- name: Upload all assets to GitHub Release
132132
env:
133133
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
134+
GITHUB_EVENT_RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
134135
run: |
135136
gh release upload \
136-
${{ github.event.release.tag_name }} \
137+
${GITHUB_EVENT_RELEASE_TAG_NAME} \
137138
release-archives/*/*

0 commit comments

Comments
 (0)