From 50ed43f3a285c951c54566b61a761d84624caecb Mon Sep 17 00:00:00 2001 From: DevContainer User Date: Wed, 4 Mar 2026 02:11:07 +0000 Subject: [PATCH] fix: add --allow-same-version to npm version in release Prevents failure when re-running a release for the same version. 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 dcfc5e1..a741e48 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: |