Skip to content

Commit 74746ea

Browse files
committed
fix: 添加发布权限
1 parent 4d31147 commit 74746ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ jobs:
134134
needs: build
135135
if: ${{ startsWith(github.ref, 'refs/tags/') }}
136136
runs-on: ubuntu-latest
137+
permissions:
138+
contents: write
137139
steps:
138140
- uses: actions/download-artifact@v4
139141
with:

0 commit comments

Comments
 (0)