Skip to content

Commit

Permalink
Use --clean instead of --rm-dist in GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert221 committed Oct 25, 2023
1 parent 4b95f12 commit 6d618b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6d618b0

Please sign in to comment.