We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbb4a5e + c563551 commit d173844Copy full SHA for d173844
1 file changed
.github/workflows/release.yml
@@ -3,6 +3,10 @@ on:
3
push:
4
tags:
5
- "v*.*.*"
6
+
7
+permissions:
8
+ contents: write
9
10
jobs:
11
goreleaser:
12
runs-on: macos-14
0 commit comments