Skip to content

Commit

Permalink
Merge pull request #72 from xm1k3/fix-releaser
Browse files Browse the repository at this point in the history
fix releaser
  • Loading branch information
xm1k3 authored Jun 11, 2024
2 parents cd4c613 + 3ead377 commit 82b0df5
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 82b0df5

Please sign in to comment.