Skip to content

Commit

Permalink
Fix deprecated config for GoReleaser GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed May 21, 2024
1 parent 9b63f77 commit e196415
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 @@ -21,8 +21,8 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
version: '~> v1'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
deploy:
Expand Down

0 comments on commit e196415

Please sign in to comment.