Skip to content

Commit

Permalink
ci: pin goreleaser to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steffakasid committed Nov 23, 2024
1 parent 7350bf1 commit c5f4d6b
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -29,7 +29,7 @@ jobs:
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
version: 2.0
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ changelog:
- "^test:"
# .goreleaser.yaml
brews:
- tap:
- repository:
owner: steffakasid
name: homebrew-clinar
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
Expand All @@ -35,7 +35,7 @@ brews:
# The project name and current git tag are used in the format string.
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"

folder: Formula
directory: Formula

homepage: "https://github.com/steffakasid/clinar"
description: "This tool can cleanup stale gitlab runners."
Expand Down

0 comments on commit c5f4d6b

Please sign in to comment.