Skip to content

Commit

Permalink
Fix npm publish with same version
Browse files Browse the repository at this point in the history
  • Loading branch information
sokolovstas committed Dec 19, 2023
1 parent 877b243 commit 5f2c636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: |
npm ci
npm test
npm version --no-git-tag-version from-git
npm version --no-git-tag-version from-git || true
npm run build
npm publish
env:
Expand Down

0 comments on commit 5f2c636

Please sign in to comment.