Skip to content

Commit

Permalink
Update Goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
fubarhouse committed Mar 18, 2023
1 parent aacd53a commit 4983527
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: sudo apt update && sudo apt install git golang -y || true
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
-
Expand Down Expand Up @@ -54,9 +54,10 @@ jobs:
run: go run main.go version
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --debug --skip-validate
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4983527

Please sign in to comment.