Skip to content

Commit a08bd4e

Browse files
authored
Move publish to github action (#291)
1 parent 0f4bf03 commit a08bd4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/npm_upload.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
npm install
2222
npm build
23-
- name: Publish Package
24-
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
26-
run: npm publish
23+
- name: NPM Publish
24+
uses: JS-DevTools/npm-publish@v1
25+
with:
26+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)