Skip to content

Commit 05a96a4

Browse files
committed
fix: release permission issue on action
1 parent 2e729fd commit 05a96a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branches: [main]
1010
workflow_dispatch:
1111

12+
permissions:
13+
contents: write
14+
1215
jobs:
1316
build:
1417
name: Build on ${{ matrix.os }}

0 commit comments

Comments
 (0)