We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71976a9 commit ae1567bCopy full SHA for ae1567b
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- '**[0-9]+.[0-9]+.[0-9]+*'
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
build-macos:
13
uses: ./.github/workflows/release_macos.yml
0 commit comments