We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c3f58 commit 02ea129Copy full SHA for 02ea129
2 files changed
.github/workflows/on_push.yaml
@@ -35,8 +35,6 @@ jobs:
35
36
- name: Run GoReleaser
37
uses: goreleaser/goreleaser-action@v2
38
- env:
39
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
with:
41
version: latest
42
args: release --rm-dist --snapshot
.github/workflows/on_tag.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
32
env:
33
+ GITHUB_TOKEN: ${{ secrets.TOKEN }}
34
args: release --rm-dist
0 commit comments