Skip to content

Commit f81459b

Browse files
committed
version: 8.1.9
1 parent 1dc2c26 commit f81459b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/relese.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# run: pnpm run build
4747
# 发布npm 发布前执行了prepublishOnly
4848
- name: Publish npm
49-
run: npm publish --tag ${{ steps.determine_tag.outputs.tag }}
49+
run: npm publish
5050
env:
5151
# 这里需要几个 Token 变量
5252
# NPM_TOKEN 需要在 npm 网站生成

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ezuikit-js",
3-
"version": "8.1.9-beta.2",
3+
"version": "8.1.9-beta.3",
44
"description": "ezuikit javascript for npm",
55
"title": "ezuikit-js",
66
"main": "index.js",

0 commit comments

Comments
 (0)