Skip to content

Commit

Permalink
chore: Remove depracted settings for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Sep 22, 2023
1 parent 60e5875 commit 38d4c8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_REPO_ACCESS_TOKEN }}

Expand Down
7 changes: 0 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ builds:
- linux
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: "checksums.txt"
brews:
Expand Down

0 comments on commit 38d4c8e

Please sign in to comment.