Skip to content

Commit

Permalink
Bump goreleaser-action and goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: kouki <[email protected]>
  • Loading branch information
kmdkuk committed Nov 2, 2023
1 parent 6cda238 commit e934b1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,10 @@ jobs:
with:
go-version-file: go.mod
- name: GoReleaser
# v3.2.0 https://github.com/goreleaser/goreleaser-action/releases/tag/v3.2.0
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: v1.8.2
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e934b1c

Please sign in to comment.