Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
mrspartak committed May 17, 2020
1 parent 7f93460 commit b3ab99a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm version ${GITHUB_REF#"refs/tags/"}
- run: npm publish
- name: Setup GIT
run: |
git config --global user.email "[email protected]"
git config --global user.name "Spartak"
- name: Set version ${GITHUB_REF#"refs/tags/"}
run: npm version ${GITHUB_REF#"refs/tags/"}
- name: Publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit b3ab99a

Please sign in to comment.