We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323e91d commit 13a45a9Copy full SHA for 13a45a9
1 file changed
.github/workflows/release-bin.yaml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- "*" # triggers only if push new tag version, like `0.8.4` or else
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
build:
13
name: GoReleaser build
0 commit comments