Skip to content

Commit

Permalink
fixed go-releaser deprecated option
Browse files Browse the repository at this point in the history
  • Loading branch information
benPearce1 committed Jun 19, 2024
1 parent 4598c09 commit fca23fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}
- uses: goreleaser/goreleaser-action@v3
with:
args: release --rm-dist
args: release --clean
version: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fca23fd

Please sign in to comment.