Skip to content

Commit

Permalink
Merge pull request #397 from suzuki-shunsuke/chore-goreleaser-v2
Browse files Browse the repository at this point in the history
chore: fix the release error
  • Loading branch information
josephschorr authored Jul 15, 2024
2 parents cc0fd80 + fd995ad commit d1015f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
distribution: "goreleaser-pro"
version: "latest"
args: "release --rm-dist"
args: "release --clean"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
HOMEBREW_TAP_GITHUB_TOKEN: "${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}"
Expand All @@ -47,7 +47,7 @@ jobs:
with:
distribution: "goreleaser-pro"
version: "latest"
args: "release --config=.goreleaser.docker.yml --rm-dist"
args: "release --config=.goreleaser.docker.yml --clean"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"
1 change: 1 addition & 0 deletions .goreleaser.docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
builds:
- id: "linux-amd64"
goos: ["linux"]
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
builds:
- id: "linux-amd64-gnu"
goos: ["linux"]
Expand Down

0 comments on commit d1015f3

Please sign in to comment.