Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Dec 19, 2024
1 parent 7fba10e commit 4951b99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
sha: ${{ github.sha }}
status: releasable
token: ${{ github.token }}
check-timeout: 120
check-retry-count: 5
check-retry-interval: 20
- name: Checkout Sources
Expand All @@ -42,11 +41,11 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.23
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
with:
version: latest
version: ~> v2
args: release --clean

0 comments on commit 4951b99

Please sign in to comment.