We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288c2c1 commit d7ca9deCopy full SHA for d7ca9de
1 file changed
.github/workflows/release.yaml
@@ -5,6 +5,10 @@ on:
5
tags:
6
- "v*.*.*"
7
8
+permissions:
9
+ contents: write
10
+
11
12
jobs:
13
release:
14
runs-on: ubuntu-latest
0 commit comments