Skip to content

Commit

Permalink
goreleaser ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Feb 1, 2024
1 parent de4820e commit c2ae1be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Install Go 1.19
uses: actions/setup-go@v2
with:
go-version: '1.19.x'
- name: Goreleaser publish
uses: goreleaser/goreleaser-action@v1
go-version: '1.21.x'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
version: v1.21.x
args: release --rm-dist
args: release --clean --skip=validate
version: latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit c2ae1be

Please sign in to comment.