Skip to content

Commit

Permalink
fix version and workflow flags
Browse files Browse the repository at this point in the history
  • Loading branch information
drlau committed Apr 4, 2024
1 parent 66d9ff9 commit b02a0c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ builds:
archives:
- format: tar.gz
name_template: >-
{{ .ProjectName }}_
{{ trimprefix .Version "." }}_
{{ .ProjectName }}_{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit b02a0c1

Please sign in to comment.