Skip to content

Commit

Permalink
ci(release): use --clean instead of --rm-dist (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Aug 17, 2023
1 parent 11d043f commit c20215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_READ_TOKEN }}

0 comments on commit c20215f

Please sign in to comment.