Updated npm publish workflow

This commit is contained in:
Zechariah 2022-03-30 23:35:12 +08:00
parent 928e84a50e
commit 1b88a9f2a8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Publishing to NPM - name: Publishing to NPM
run: | run: |
pnpm publish pnpm publish --no-git-checks
env: env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}