Skip to content

Commit

Permalink
Merge pull request #157 from AnsGoo/chenghaiwen
Browse files Browse the repository at this point in the history
fix: 增加了自动发布流水线
  • Loading branch information
AnsGoo authored Dec 2, 2024
2 parents 3cecdeb + 7b3e1cd commit d0e520f
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 d0e520f

Please sign in to comment.