Skip to content

Commit

Permalink
Fixes goreleaser.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Feb 23, 2023
1 parent 4e228d3 commit 77ab4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releasing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update new version in krew-index
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
archives:
- name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
v{{ .Version }}_
{{- tolower .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit 77ab4f1

Please sign in to comment.