Skip to content

Commit

Permalink
Updates deprecated args
Browse files Browse the repository at this point in the history
  • Loading branch information
CGoodwin90 committed Jul 23, 2024
1 parent cf42a13 commit f4fa5ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
run: go mod download
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6
with:
version: v1.25.1
args: release --debug --skip-validate
version: latest
args: release --verbose --skip=validate
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTION_PAT }}
GOVERSION: ${{ matrix.goversion }}
Expand Down

0 comments on commit f4fa5ea

Please sign in to comment.