Skip to content

Commit

Permalink
Merge pull request #18 from suzuki-shunsuke/replace-rm-dist-with-clean
Browse files Browse the repository at this point in the history
ci: replace --rm-dist with --clean
  • Loading branch information
makew0rld authored Dec 21, 2023
2 parents 5e8316f + 8f95d0a commit 8495d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: v1.22.1
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8495d75

Please sign in to comment.