Skip to content

Commit

Permalink
Merge pull request #19 from tfso/same-version
Browse files Browse the repository at this point in the history
npm version handle same version during build action
  • Loading branch information
edgarbjorntvedt authored Mar 24, 2023
2 parents b4efbbd + c5e0a99 commit c9a60ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ runs:
- shell: bash
name: version package
run: |
npm version ${{ steps.semver.outputs.new_tag || steps.custom.outputs.new_tag }} --no-git-tag-version --ignore-scripts
npm version ${{ steps.semver.outputs.new_tag || steps.custom.outputs.new_tag }} --no-git-tag-version --allow-same-version --ignore-scripts
- shell: bash
name: install
Expand Down

0 comments on commit c9a60ed

Please sign in to comment.