npm publish fix
This commit is contained in:
parent
554a8dc8c8
commit
cb2c84f4d2
4
.github/workflows/npm-publish.yml
vendored
4
.github/workflows/npm-publish.yml
vendored
@ -2,7 +2,7 @@ name: publish
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published, created, edited]
|
types: [published, edited]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
@ -22,6 +22,6 @@ jobs:
|
|||||||
- name: NPM Publish
|
- name: NPM Publish
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm publish
|
npm publish --access public
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user