Verify npm release by running integration tests (#10174)

This commit is contained in:
Tommaso Sciortino
2025-09-30 11:24:12 -07:00
committed by GitHub
parent 953935d67c
commit 3d1b0df0fa
8 changed files with 55 additions and 22 deletions
@@ -162,6 +162,7 @@ jobs:
dry-run: '${{ github.event.inputs.dry_run }}'
previous-tag: '${{ steps.patch_version.outputs.PREVIOUS_TAG }}'
working-directory: './release'
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'
- name: 'Create Issue on Failure'
if: '${{ failure() && github.event.inputs.dry_run == false }}'