Skip to content

Commit

Permalink
Merge pull request #338 from KEINOS/fix-337-update-goreleaser-conf-v0…
Browse files Browse the repository at this point in the history
…-to-v2

fix: goreleaser conf v0 --> v2 (#337)
  • Loading branch information
ikawaha authored Jun 16, 2024
2 parents ea3f3ad + 30485c9 commit 5ba5135
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 5ba5135

Please sign in to comment.