Skip to content

Commit 2d709b1

Browse files
Refactor Github Action per b/485167538
1 parent 5c475bf commit 2d709b1

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
@@ -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)