Skip to content

Commit

Permalink
Push tags from the action
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Mar 10, 2021
1 parent 9070ef7 commit ea67644
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- run: npm install
- run: npm publish
#- run: npm install
#- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- run: git tag $(node -p 'require("./package.json").version')
- run: git push --tags

0 comments on commit ea67644

Please sign in to comment.