We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487c20f commit c9da14dCopy full SHA for c9da14d
1 file changed
.github/workflows/release.yml
@@ -3,6 +3,9 @@ on:
3
push:
4
tags: ['v*']
5
6
+permissions:
7
+ contents: write
8
+
9
jobs:
10
release:
11
runs-on: ubuntu-latest
0 commit comments