Skip to content

Commit

Permalink
fix: 增加了自动发布流水线
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsGoo committed Dec 2, 2024
1 parent 4fcf21d commit 7b3e1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
- run: pnpm run buildLlib
- run: pnpm run build:lib
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 7b3e1cd

Please sign in to comment.