Skip to content

Commit

Permalink
🔧 Adjusted build target for consistency and updated release workflow …
Browse files Browse the repository at this point in the history
…to use 'clean' flag.
  • Loading branch information
enc committed Apr 26, 2024
1 parent b286e8f commit 5c848c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
10 changes: 3 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@ builds:
- amd64
- "386"
goarm:
- 6
- "6"
main: ./bin/ep.go
archives:
- replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
- id: default
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -36,4 +32,4 @@ brews:
name: homebrew-taps
token: "{{ .Env.GORELEASER_TOKEN }}"
homepage: "https://github.com/kreuzwerker/envplate"
description: "Docker-friendly trivial templating for configuration files using environment keys."
description: "Docker-friendly trivial templating for configuration files using environment keys."

0 comments on commit 5c848c4

Please sign in to comment.