Skip to content

Commit ca22ba6

Browse files
committed
push
1 parent e3e1ebb commit ca22ba6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,20 +124,23 @@ runs:
124124
125125
- name: '🔬 Verify NPM release by version'
126126
uses: './.github/actions/verify-release'
127+
if: "${{ inputs.dry-run == 'false' }}"
127128
with:
128129
npm-package: '@google/gemini-cli@${{ inputs.release-version }}'
129130
expected-version: '${{ inputs.release-version }}'
130131
ref: '${{ steps.release_branch.outputs.BRANCH_NAME }}'
131132

132133
- name: '🏷️ Tag release'
133134
uses: './.github/actions/tag-release'
135+
if: "${{ inputs.dry-run == 'false' }}"
134136
with:
135137
channel: '${{ inputs.release-tag }}'
136138
version: '${{ inputs.release-version }}'
137139
dry-run: '${{ inputs.dry-run }}'
138140

139141
- name: '🔬 Verify NPM release by channel tag'
140142
uses: './.github/actions/verify-release'
143+
if: "${{ inputs.dry-run == 'false' }}"
141144
with:
142145
npm-package: '@google/gemini-cli@${{ inputs.npm-tag }}'
143146
expected-version: '${{ inputs.release-version }}'

0 commit comments

Comments
 (0)