We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad53dd1 commit d26cd5aCopy full SHA for d26cd5a
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
7
8
+ # Add this permissions block
9
+permissions:
10
+ contents: write
11
jobs:
12
build-and-release:
13
runs-on: ubuntu-latest
0 commit comments