We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412a35d commit e16b219Copy full SHA for e16b219
.github/actions/publish-release/action.yml
@@ -193,7 +193,7 @@ runs:
193
INPUTS_A2A_PACKAGE_NAME: '${{ inputs.a2a-package-name }}'
194
195
- name: '📦 Prepare bundled CLI for npm release'
196
- if: "inputs.npm-registry-url != 'https://npm.pkg.github.com/'"
+ if: "inputs.npm-registry-url != 'https://npm.pkg.github.com/' && inputs.npm-tag != 'latest'"
197
working-directory: '${{ inputs.working-directory }}'
198
shell: 'bash'
199
run: |
0 commit comments