Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Jan 15, 2025
1 parent 698898b commit 86f8dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# 更新版本号
- name: 更新版本号
run: npm version ${{ inputs.version }} --no-git-tag-version
run: npm pkg set version ${{ inputs.version }}

# 发布到npm
- name: 发布到NPM
Expand Down

0 comments on commit 86f8dd1

Please sign in to comment.