chore: github action
This commit is contained in:
parent
1bb4db67b4
commit
33547fd14c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -45,6 +45,8 @@ jobs:
|
|||
|
||||
- name: NPM Publish
|
||||
run: npm publish --tag $NPM_TAG
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # 0301...
|
||||
|
||||
- name: Github Release
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue