fix: use github actions for NPM publish
Some checks failed
Publish to NPM / Build and Publish to NPM (push) Failing after 14s
Some checks failed
Publish to NPM / Build and Publish to NPM (push) Failing after 14s
This commit is contained in:
9
.github/workflows/release.yaml
vendored
9
.github/workflows/release.yaml
vendored
@@ -49,8 +49,7 @@ jobs:
|
|||||||
|
|
||||||
# 6. Publish to NPM
|
# 6. Publish to NPM
|
||||||
- name: Publish to NPM
|
- name: Publish to NPM
|
||||||
env:
|
uses: JS-DevTools/npm-publish@v1
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
with:
|
||||||
run: |
|
token: ${{ secrets.NPM_TOKEN }}
|
||||||
cd ${{ env.DIST_FOLDER }}
|
package: './dist'
|
||||||
npm publish --access public
|
|
||||||
|
|||||||
Reference in New Issue
Block a user