Skip to content

Commit 6cb9e0b

Browse files
authored
Merge branch 'main' into renovate/github-actions
2 parents 625fcd4 + bde7b2f commit 6cb9e0b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.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/*/*

.github/workflows/presubmit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
chmod +x toolbox
3535
3636
- name: Install Extension
37+
run: npx gemini extensions validate .
3738
env:
3839
GEMINI_API_KEY: "placeholder"
39-
run: yes | npx gemini extensions install .

0 commit comments

Comments
 (0)