Skip to content

Commit

Permalink
fix: 优化 actions 23
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Mar 17, 2023
1 parent 1c54242 commit aa9593f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/npm-publish/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: npm publish
description: |
按仓库类型执行 npm publish,可以将包发布到 npm、github 等仓库
description: 按仓库类型执行 npm publish,可以将包发布到 npm、github 等仓库,
如果是发布到 github 则会将 package.name 替换为 @${{ github.repository }}

inputs:
Expand Down

0 comments on commit aa9593f

Please sign in to comment.