Skip to content

Commit

Permalink
ci: allow same version for npm version (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahziheng authored May 18, 2023
1 parent ba0649d commit 4688317
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 @@ -36,7 +36,7 @@ jobs:
- run: git diff
# upgrade npm version in package.json to the tag used in the release.
# upgrade npm version in package.json to the tag used in the release.
- run: npm version ${{ github.event.release.tag_name }}
- run: npm version ${{ github.event.release.tag_name }} --allow-same-version
# build the project
- run: npm run build
# run tests just in case
Expand Down

0 comments on commit 4688317

Please sign in to comment.