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.
1 parent b9b6acf commit e1ae287Copy full SHA for e1ae287
.github/workflows/release.yml
@@ -38,6 +38,6 @@ jobs:
38
with:
39
distribution: goreleaser
40
version: latest
41
- args: release --rm-dist
+ args: release --clean
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.goreleaser.yml
@@ -15,7 +15,7 @@ builds:
15
archives:
16
- name_template: >-
17
{{ .ProjectName }}_
18
- {{ .Version }}_
+ {{- .Version }}_
19
{{- title .Os }}_
20
{{- if eq .Arch "amd64" }}x86_64
21
{{- else if eq .Arch "386" }}i386
0 commit comments