Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Dec 30, 2024
1 parent f878fa3 commit 753be19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
builds:
- env:
- CGO_ENABLED=0
Expand All @@ -15,11 +16,12 @@ changelog:
- Merge remote-tracking branch
- Merge branch
brews:
- tap:
- repository:
owner: bayashi
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
folder: Formula
license: "MIT"
directory: Formula
homepage: https://github.com/bayashi/highlightrepo
description: highlightrepo provides a filter to highlight repository directory in a path string.
test: |
Expand Down

0 comments on commit 753be19

Please sign in to comment.