Skip to content

Commit

Permalink
fix goreleaser setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jun 1, 2024
1 parent 28bdb96 commit 379f185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: '1.22'
- uses: goreleaser/goreleaser-action@v5
with:
version: latest
version: '~> v1'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ brews:
repository:
owner: rhysd
name: actionlint
folder: HomebrewFormula
directory: HomebrewFormula
commit_author:
name: 'github-actions[bot]'
email: '41898282+github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit 379f185

Please sign in to comment.