Skip to content

Commit

Permalink
replace "--rm-dist" to "--clean" for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Jun 11, 2024
1 parent 678548e commit 0990ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
with:
args: release --rm-dist
args: release --clean
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run GoReleaser (dry-run)
uses: goreleaser/goreleaser-action@v6
with:
args: release --rm-dist --skip-publish --snapshot
args: release --clean --skip-publish --snapshot
test-others:
name: Test others
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0990ad8

Please sign in to comment.