Skip to content

Commit

Permalink
ci: replace --rm-dist with --clean for goreleaser (#182)
Browse files Browse the repository at this point in the history
* Update release.yaml
  • Loading branch information
Yui-Song committed Aug 21, 2024
1 parent a86f747 commit 01c0653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -29,7 +29,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: build --snapshot
args: build --snapshot --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Package
Expand Down

0 comments on commit 01c0653

Please sign in to comment.