File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,14 +146,6 @@ runs:
146146 wombat-token-core : ' ${{ inputs.wombat-token-core }}'
147147 wombat-token-cli : ' ${{ inputs.wombat-token-cli }}'
148148
149- - name : ' 🔬 Verify NPM release by channel tag'
150- uses : ' ./.github/actions/verify-release'
151- if : " ${{ inputs.dry-run == 'false' && inputs.force-skip-tests == 'false' }}"
152- with :
153- npm-package : ' @google/gemini-cli@${{ inputs.npm-tag }}'
154- expected-version : ' ${{ inputs.release-version }}'
155- ref : ' ${{ steps.release_branch.outputs.BRANCH_NAME }}'
156-
157149 - name : ' 🎁 Bundle'
158150 working-directory : ' ${{ inputs.working-directory }}'
159151 shell : ' bash'
Original file line number Diff line number Diff line change 5151 run : |-
5252 echo '❌ Got ${{ steps.gemini_cli.outputs.gemini_version }} from ${{ inputs.npm-package }}'
5353 echo '❌ Expected Version ${{ inputs.expected-version }}'
54- echo '⚠️ You may need to rollback!'
5554
5655 exit 1
You can’t perform that action at this time.
0 commit comments