Skip to content

Commit 752db8c

Browse files
Merge branch 'main' into renovate/github-actions
2 parents 004557a + ae72568 commit 752db8c

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
@@ -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+
${GITHUB_EVENT_RELEASE_TAG_NAME} \
138139
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)