From d3cc112aad07d361a1bc6de170c2f7a53c8bc2b4 Mon Sep 17 00:00:00 2001 From: DevContainer User Date: Wed, 4 Mar 2026 02:39:56 +0000 Subject: [PATCH] fix: add --allow-same-version for idempotent release retries Co-Authored-By: Claude Opus 4.6 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1d1369c..4a050a8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: |