We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 004557a + ae72568 commit 752db8cCopy full SHA for 752db8c
2 files changed
.github/workflows/package-and-upload-assets.yml
@@ -132,7 +132,8 @@ jobs:
132
- name: Upload all assets to GitHub Release
133
env:
134
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135
+ GITHUB_EVENT_RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
136
run: |
137
gh release upload \
- ${{ github.event.release.tag_name }} \
138
+ ${GITHUB_EVENT_RELEASE_TAG_NAME} \
139
release-archives/*/*
.github/workflows/presubmit-tests.yml
@@ -34,6 +34,6 @@ jobs:
34
chmod +x toolbox
35
36
- name: Install Extension
37
+ run: npx gemini extensions validate .
38
39
GEMINI_API_KEY: "placeholder"
- run: yes | npx gemini extensions install .
0 commit comments