Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinVermeer committed Apr 19, 2021
1 parent 1e79ad0 commit 7605e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- run: |
git config --local user.email "[email protected]"
git config --local user.name "Melvin Vermeer [ci]"
git checkout main
jq --arg version ${{ env.RELEASE_VERSION }} '.version = $version' package.json > package.json.tmp
mv package.json.tmp package.json
git add package.json
Expand Down

0 comments on commit 7605e7c

Please sign in to comment.