fix(gh): update publish command

This commit is contained in:
2023-10-20 09:27:05 +00:00
parent cf0a723d8d
commit e410ae094b
2 changed files with 3 additions and 3 deletions

View File

@@ -37,6 +37,6 @@ jobs:
- name: Publish
run: |
npm config set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN
npm run publish
npm publish --access public
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}