We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76aed12 commit faf7c5bCopy full SHA for faf7c5b
1 file changed
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
needs: [build]
38
runs-on: ubuntu-latest
39
permissions:
40
- contents: write # 关键!允许创建 Release,无需 PAT
+ contents: write # 允许无需 PAT 创建 Release
41
steps:
42
- name: Download all artifacts
43
uses: actions/download-artifact@v4
0 commit comments