Skip to content

Commit

Permalink
Merge pull request #64 from cybozu-go/update-goreleaser
Browse files Browse the repository at this point in the history
Update GoReleaser
  • Loading branch information
zoetrope authored Mar 2, 2023
2 parents 6c2adaa + 5b42ac3 commit 6b3304f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
go-version-file: go.mod
cache: true
- name: GoReleaser
# v3.0.0 https://github.com/goreleaser/goreleaser-action/releases/tag/v3.0.0
uses: goreleaser/goreleaser-action@68acf3b1adf004ac9c2f0a4259e85c5f66e99bef
# v4.2.0 https://github.com/goreleaser/goreleaser-action/releases/tag/v4.2.0
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b
with:
distribution: goreleaser
version: v0.180.3
args: release --rm-dist
version: v1.15.2
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update new version in krew-index
Expand Down

0 comments on commit 6b3304f

Please sign in to comment.