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