Skip to content

Commit

Permalink
fix goreleaser depreciation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Aug 21, 2024
1 parent 2043210 commit 71ed1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
go-version: 1.21
- uses: goreleaser/goreleaser-action@v5
with:
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

0 comments on commit 71ed1f3

Please sign in to comment.