We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26df0da commit a5d9a41Copy full SHA for a5d9a41
.github/workflows/build-release.yml
@@ -5,6 +5,9 @@ on:
5
repository_dispatch:
6
types: [build_release]
7
8
+permissions:
9
+ contents: write # 允许创建 Release 和 Tag
10
+
11
jobs:
12
build:
13
runs-on: macos-15
0 commit comments