fix: add --allow-same-version for idempotent release retries

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
DevContainer User
2026-03-04 02:39:56 +00:00
parent d0b979a0d2
commit d3cc112aad
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Update version in package.json
run: npm version ${{ inputs.version }} --no-git-tag-version
run: npm version ${{ inputs.version }} --no-git-tag-version --allow-same-version
- name: Update artifacthub-pkg.yml
run: |