Skip to content

Commit b8f66c5

Browse files
committed
remove by channel tag step
1 parent 0748aa4 commit b8f66c5

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/actions/publish-release/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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'

.github/actions/verify-release/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,5 @@ runs:
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

0 commit comments

Comments
 (0)