Skip to content

Commit

Permalink
fix: releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
xm1k3 committed Jun 11, 2024
1 parent cd4c613 commit 3ead377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: "Create release on GitHub"
uses: goreleaser/goreleaser-action@v4
with:
args: "release --rm-dist"
args: "release --clean"
version: latest
workdir: .
env:
Expand Down

0 comments on commit 3ead377

Please sign in to comment.