Skip to content

Commit

Permalink
fix(ci): go releaser new args (#191)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hopfensperger <f.hopfensperger@gmail.com>
  • Loading branch information
fhopfensperger authored Jun 26, 2024
1 parent 2052512 commit a8c1212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Expand Down
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod tidy
Expand All @@ -22,10 +23,11 @@ builds:
- arm64

brews:
- tap:
- name: git-remote-cleanup
repository:
owner: fhopfensperger
name: homebrew-tap
folder: Formula
directory: Formula
homepage: https://fhopfensperger.github.io
description: Get and delete no longer needed release branches from a remote repository.
license: Apache 2.0
Expand Down

0 comments on commit a8c1212

Please sign in to comment.