Skip to content

Commit ae1567b

Browse files
committed
allow workflow to write the release
1 parent 71976a9 commit ae1567b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- '**[0-9]+.[0-9]+.[0-9]+*'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build-macos:
1013
uses: ./.github/workflows/release_macos.yml

0 commit comments

Comments
 (0)