Skip to content

Commit

Permalink
chore: update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Jun 5, 2024
1 parent a13b6b9 commit aa2d04f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- 'v*'
pull_request:

jobs:
test-suite:
Expand Down Expand Up @@ -53,10 +52,10 @@ jobs:
run: go mod download
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --debug --skip-validate
args: release --skip=validate --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTION_PAT }}
GOVERSION: ${{ matrix.goversion }}
Expand Down

0 comments on commit aa2d04f

Please sign in to comment.