fix(ci): Fix a2a publishing (#11211)

Co-authored-by: mkorwel <matt.korwel@gmail.com>
This commit is contained in:
Richie Foreman
2025-10-15 17:23:13 -04:00
committed by GitHub
parent ccaa7009a7
commit 1fc3fc0a22
3 changed files with 20 additions and 6 deletions
+1 -2
View File
@@ -218,7 +218,7 @@ runs:
npm publish \
--dry-run="${{ inputs.dry-run }}" \
--workspace="${{ inputs.a2a-package-name }}" \
--no-TARGET_TAG
--no-tag
- name: '🔬 Verify NPM release by version'
uses: './.github/actions/verify-release'
@@ -234,7 +234,6 @@ runs:
- name: '🏷️ Tag release'
uses: './.github/actions/tag-npm-release'
if: "${{ inputs.dry-run != 'true' }}"
with:
channel: '${{ inputs.npm-tag }}'
version: '${{ inputs.release-version }}'