Skip to content

Commit 303cf7f

Browse files
authored
Merge branch 'main' into renovate/googleapis-genai-toolbox-0.x
2 parents f6f2a6b + c19146b commit 303cf7f

2 files changed

Lines changed: 4 additions & 3 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/*/*

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