Skip to content

Commit d266242

Browse files
committed
fix: still fixing github actions
1 parent 697d0bd commit d266242

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
build-and-release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write # Required for creating releases
13+
1114
steps:
1215
- name: Checkout code
1316
uses: actions/checkout@v4

0 commit comments

Comments
 (0)