Skip to content

Commit

Permalink
FIX: 修复自动构建脚本报错
Browse files Browse the repository at this point in the history
  • Loading branch information
Folltoshe committed Nov 20, 2024
1 parent bac171a commit 8a61fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm run build

- name: Publish Package
run: npm publish --provenance --access public
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 8a61fb0

Please sign in to comment.