We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b42aceb + a01326f commit a48175dCopy full SHA for a48175d
.github/workflows/goreleaser.yml
@@ -6,6 +6,8 @@ on:
6
jobs:
7
goreleaser:
8
runs-on: ubuntu-latest
9
+ permissions:
10
+ contents: write
11
steps:
12
- uses: actions/checkout@v4
13
with:
0 commit comments