fix: make published package public
This commit is contained in:
parent
419fb1c691
commit
5ef226d0d0
2
.github/workflows/build_and_publish.yml
vendored
2
.github/workflows/build_and_publish.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
name: package
|
||||
path: '*.tgz'
|
||||
- name: 🚀 Publish Package
|
||||
run: npm publish
|
||||
run: npm publish --access public
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user