We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34bf536 + 9c637e7 commit 692bbf1Copy full SHA for 692bbf1
.github/actions/npm-publish/action.yml
@@ -1,6 +1,5 @@
1
name: npm publish
2
-description: 按仓库类型执行 npm publish,可以将包发布到 npm、github 等仓库,
3
- 如果是发布到 github 则会将 package.name 替换为 @${{ github.repository }}
+description: 按仓库类型执行 npm publish,可以将包发布到 npm、github 等仓库,如果是发布到 github 则会将 package.name 替换为 @\${{ github.repository }}
4
5
inputs:
6
type:
0 commit comments