Skip to content

Commit d484532

Browse files
committed
version: 8.1.9
1 parent f81459b commit d484532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
49+
run: npm publish --tag ${{ steps.determine_tag.outputs.tag }}
5050
env:
5151
# 这里需要几个 Token 变量
5252
# NPM_TOKEN 需要在 npm 网站生成

0 commit comments

Comments
 (0)