fix: make published package public

This commit is contained in:
Jixun 2021-12-19 20:51:09 +00:00
parent a0642714e3
commit 29885decca
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}