Skip to content

Commit

Permalink
Update workflow config to allow publishing to the same version (for G…
Browse files Browse the repository at this point in the history
…H action automation purposes)
  • Loading branch information
tsamantanis committed Apr 12, 2021
1 parent b6f920d commit d89d8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: git config --global user.name "tsamantanis"
- run: git config --global user.email "philip.tsamantanis@icloud.com"
# 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 d89d8fb

Please sign in to comment.