Skip to content

Commit ee14962

Browse files
Shukriclaude
authored andcommitted
ci: add --allow-same-version to npm version step
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f988662 commit ee14962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm ci
2828
# Set version from the release tag (e.g. v0.2.0 → 0.2.0)
29-
- run: npm version ${GITHUB_REF_NAME#v} --no-git-tag-version
29+
- run: npm version ${GITHUB_REF_NAME#v} --no-git-tag-version --allow-same-version
3030
- run: npm publish --access public
3131
env:
3232
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 commit comments

Comments
 (0)