Skip to content

Commit

Permalink
fix: goreleaser conf v0 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Jun 16, 2024
1 parent ea3f3ad commit 30485c9
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -51,7 +51,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: v2
version: "~> v2"
args: release --config .goreleaser.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# =============================================================================
# GoReleaser configuration file for Kagome
# GoReleaser v2 configuration file for Kagome
# =============================================================================
# For local testing run:
# goreleaser --skip-publish --clean --snapshot
#
# Note:
# To build multiarch Docker image, you may be required to install Docker buildx
# plugin and QEMU.
version: 2
env:
- GO111MODULE=on

Expand Down Expand Up @@ -60,7 +61,7 @@ brews:
email: [email protected]
description: "Self-contained Japanese Morphological Analyzer written in pure Go."
homepage: "https://github.com/ikawaha/kagome"
folder: Formula
directory: Formula
install: |
bin.install "kagome"
test: |
Expand Down

0 comments on commit 30485c9

Please sign in to comment.