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: |