Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aotaduy committed Jun 25, 2021
1 parent b8cf66c commit e303563
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 12
- run: npm ci
- run: npm test
- run: git config --global user.email "aotaduy@users.noreply.github.com"
- run: git config --global user.name "Andres Otaduy"
- run: git checkout master
- run: npm ci
- run: npm test
- run: npm version patch
- run: git push

Expand Down

0 comments on commit e303563

Please sign in to comment.