Skip to content

Commit

Permalink
Merge pull request #27 from mazrean/dev/release-action
Browse files Browse the repository at this point in the history
rm-dist->clean
  • Loading branch information
mazrean authored Aug 24, 2024
2 parents e634db3 + 842b44c commit 6bca19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload assets
Expand Down

0 comments on commit 6bca19c

Please sign in to comment.