Skip to content

Commit

Permalink
fix: args in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
utsav14nov committed Jul 2, 2024
1 parent 36729e6 commit cf9ca0d
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 @@ -28,6 +28,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: -f .goreleaser.yml --rm-dist
args: -f .goreleaser.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}

0 comments on commit cf9ca0d

Please sign in to comment.