Skip to content

Commit 6be4f19

Browse files
google-adminbenknutson-googleaverikitsch
authored
ci: Refactor Github Action per b/485167538 (#90)
Co-authored-by: Ben Knutson <benknutson@google.com> Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent c44740d commit 6be4f19

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)