Skip to content

Commit 692bbf1

Browse files
authored
Merge pull request #91 from cloudcome/feat/v0.x
fix: 优化 actions 25
2 parents 34bf536 + 9c637e7 commit 692bbf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/npm-publish/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: npm publish
2-
description: 按仓库类型执行 npm publish,可以将包发布到 npm、github 等仓库,
3-
如果是发布到 github 则会将 package.name 替换为 @${{ github.repository }}
2+
description: 按仓库类型执行 npm publish,可以将包发布到 npm、github 等仓库,如果是发布到 github 则会将 package.name 替换为 @\${{ github.repository }}
43

54
inputs:
65
type:

0 commit comments

Comments
 (0)