chore: pnpm publish

This commit is contained in:
lisonge 2023-09-04 19:30:49 +08:00
parent 20560ef539
commit bd5eb8da22

View File

@ -46,7 +46,7 @@ jobs:
- name: Publish package
run: |
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
publish
pnpm publish
- name: Log
if: ${{ steps.commit.outcome != 'success' }}