Skip to content

Commit

Permalink
ci: allow same version when publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjacotic committed Apr 24, 2024
1 parent 50fba0a commit 38eedaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo version: $VERSION
npm ci && npm run build
npm version $VERSION --no-git-tag-version
npm version $VERSION --no-git-tag-version --allow-same-version
if [[ $VERSION =~ $REG_TAG ]]; then
npm publish -f
elif [[ $VERSION =~ $REG_TAG_ALPHA ]]; then
Expand Down

0 comments on commit 38eedaa

Please sign in to comment.