Skip to content

Commit e1ae287

Browse files
committed
Fix space in version
1 parent b9b6acf commit e1ae287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
with:
3939
distribution: goreleaser
4040
version: latest
41-
args: release --rm-dist
41+
args: release --clean
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ builds:
1515
archives:
1616
- name_template: >-
1717
{{ .ProjectName }}_
18-
{{ .Version }}_
18+
{{- .Version }}_
1919
{{- title .Os }}_
2020
{{- if eq .Arch "amd64" }}x86_64
2121
{{- else if eq .Arch "386" }}i386

0 commit comments

Comments
 (0)