mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-02-01 22:48:03 +00:00
fix: set a2a-server publish to --no-tag (#11138)
This commit is contained in:
4
.github/actions/publish-release/action.yml
vendored
4
.github/actions/publish-release/action.yml
vendored
@@ -209,9 +209,9 @@ runs:
|
||||
# Tag staging for initial release
|
||||
run: |
|
||||
if [ "${{ inputs.dry-run }}" == "true" ]; then
|
||||
npm publish --dry-run --workspace="@google/gemini-cli-a2a-server" --tag "staging"
|
||||
npm publish --dry-run --workspace="@google/gemini-cli-a2a-server" --no-tag
|
||||
else
|
||||
npm publish --workspace="@google/gemini-cli-a2a-server" --tag "staging"
|
||||
npm publish --workspace="@google/gemini-cli-a2a-server" --no-tag
|
||||
fi
|
||||
|
||||
- name: '🔬 Verify NPM release by version'
|
||||
|
||||
Reference in New Issue
Block a user