Skip to content

Commit

Permalink
remove 36553
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinVermeer committed Apr 19, 2021
1 parent 8607933 commit 125c2da
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 @@ -27,7 +27,7 @@ jobs:
- run: |
git config --local user.email "[email protected]"
git config --local user.name "Melvin Vermeer [ci]"
jq --arg version $${{ env.RELEASE_VERSION }} '.version = $version' package.json > package.json.tmp
jq --arg version ${{ env.RELEASE_VERSION }} '.version = $version' package.json > package.json.tmp
mv package.json.tmp package.json
git add package.json
git commit --no-verify -m "update package version ${{ env.RELEASE_VERSION }} [skip ci]"
Expand Down

0 comments on commit 125c2da

Please sign in to comment.