diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index e36c4da..02e4ea0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -44,6 +44,6 @@ jobs: if [ -n "$VERSION" ]; then # Remove 'v' prefix if present VERSION=$(echo "$VERSION" | sed 's/^v//') - npm version "$VERSION" --no-git-tag-version + npm version "$VERSION" --no-git-tag-version --allow-same-version fi npm publish --access public