Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
aotaduy committed Jun 25, 2021
1 parent f8556b1 commit b8cf66c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
node-version: 12
- run: npm ci
- run: npm test
- name: Update version in package.json
uses: maks-stupak/[email protected]
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Andres Otaduy"
- run: npm version patch
- run: git push


publish-npm:
Expand Down

0 comments on commit b8cf66c

Please sign in to comment.