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:
|
||||
release:
|
||||
types: [published, created, edited]
|
||||
types: [published, edited]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
@ -22,6 +22,6 @@ jobs:
|
||||
- name: NPM Publish
|
||||
run: |
|
||||
npm ci
|
||||
npm publish
|
||||
npm publish --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user