Skip to content

Commit

Permalink
build: tag name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alisahinozcelik committed Oct 10, 2020
1 parent f7954db commit 0161f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- name: Publish Version 8
run: cd ./version-8 && npm publish --tag 8.x.x
run: cd ./version-8 && npm publish --tag v8-lts
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Publish Version 9
run: cd ./version-9 && npm publish --tag 9.x.x
run: cd ./version-9 && npm publish --tag v9-lts
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 0161f0d

Please sign in to comment.