We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81459b commit d484532Copy full SHA for d484532
.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
+ run: npm publish --tag ${{ steps.determine_tag.outputs.tag }}
50
env:
51
# 这里需要几个 Token 变量
52
# NPM_TOKEN 需要在 npm 网站生成
0 commit comments