Skip to content

Commit

Permalink
ignoring same version (it might already have been set)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarbjorntvedt committed Mar 24, 2023
1 parent b4efbbd commit c5e0a99
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 c5e0a99

Please sign in to comment.