From 715b97efa1ead8b5cdec2dd8889cd960ed582935 Mon Sep 17 00:00:00 2001 From: DevContainer User Date: Wed, 4 Mar 2026 02:41:34 +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 9f76edc..05a8077 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: |