We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc2c26 commit f81459bCopy full SHA for f81459b
.github/workflows/relese.yml
@@ -46,7 +46,7 @@ jobs:
46
# run: pnpm run build
47
# 发布npm 发布前执行了prepublishOnly
48
- name: Publish npm
49
- run: npm publish --tag ${{ steps.determine_tag.outputs.tag }}
+ run: npm publish
50
env:
51
# 这里需要几个 Token 变量
52
# NPM_TOKEN 需要在 npm 网站生成
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ezuikit-js",
3
- "version": "8.1.9-beta.2",
+ "version": "8.1.9-beta.3",
4
"description": "ezuikit javascript for npm",
5
"title": "ezuikit-js",
6
"main": "index.js",
0 commit comments