Skip to content

Commit 926f698

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
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-
release-archives/*/*
138+
${GITHUB_EVENT_RELEASE_TAG_NAME} \
139+
release-archives/*/*

0 commit comments

Comments
 (0)