Skip to content

Commit

Permalink
ci: upgrade goreleaser parameters
Browse files Browse the repository at this point in the history
Remove deprecated CLI flag
  • Loading branch information
jamestelfer authored Jun 20, 2024
1 parent 764f87a commit 9f5fb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --clean --debug
version: "~> v2"
args: release --clean --verbose
env:
GITHUB_TOKEN: ${{ github.event.client_payload.github_write_token }}

0 comments on commit 9f5fb21

Please sign in to comment.