Skip to content

Commit

Permalink
Merge pull request #25 from Links17/main
Browse files Browse the repository at this point in the history
fix: action error
  • Loading branch information
Links17 authored Jan 15, 2025
2 parents 54a07f3 + 054b9b7 commit ed0b775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: lts/*

- name: Build step
run: 'npm install && npm run build' # 安装依赖并打包
run: 'npm install' # 安装依赖并打包

- name: Publish to npm
run: npm publish --access public
Expand Down

0 comments on commit ed0b775

Please sign in to comment.