Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codeaholicguy authored Sep 17, 2020
1 parent 9f549b3 commit 92273a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
run: echo ::set-output name=release_version::${GITHUB_REF/refs\/tags\//}
- run: npm ci
- run: |
git config --global user.email "[email protected]"
git config --global user.name "codeaholicguy"
npm version ${{ steps.vars.outputs.release_version }}
npm publish
git push
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 92273a4

Please sign in to comment.