We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a820c1 + 5ff6c14 commit cc98e8bCopy full SHA for cc98e8b
2 files changed
.github/workflows/release-binary.yml
@@ -25,7 +25,6 @@ jobs:
25
with:
26
version: latest
27
args: release -f .goreleaser/mac.yml --clean
28
- workdir: /
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
@@ -92,6 +91,5 @@ jobs:
92
91
93
94
args: release -f .goreleaser/windows.yml --clean
95
96
97
.goreleaser/linux.yml
@@ -34,4 +34,4 @@ announce:
34
35
discord:
36
enabled: true
37
- message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}'
+ message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}'
0 commit comments