Skip to content

Commit

Permalink
fix go releaser new syntax (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly authored Jul 7, 2023
1 parent bce5bc3 commit a72f7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
8 changes: 1 addition & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ builds:
goarch:
- amd64
- arm64
archives:
- replacements:
darwin: Mac
linux: Linux
windows: Windows
amd64: x86_64
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down Expand Up @@ -56,7 +50,7 @@ release:
brews:
-
# GitHub/GitLab repository to push the formula to
tap:
repository:
owner: fortio
name: homebrew-tap

Expand Down

0 comments on commit a72f7c0

Please sign in to comment.