We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9672b commit 97a3279Copy full SHA for 97a3279
.github/workflows/release-binary.yml
@@ -9,6 +9,8 @@ jobs:
9
release:
10
name: Build & Release ${{ matrix.target }}
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write
14
strategy:
15
fail-fast: false
16
matrix:
0 commit comments