We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e8213 commit 062e848Copy full SHA for 062e848
.github/workflows/github-release.yml
@@ -3,7 +3,7 @@ on:
3
push:
4
tags:
5
- 'v*' # 匹配"v1.0.0"、"v1.0.0-alpha"等发布标签
6
- branches: ['master']
+
7
permissions:
8
contents: write # 如果您的包发布到 GitHub Packages,则需要此权限
9
packages: write # 如果您的包发布到 GitHub Packages,则需要此权限
0 commit comments