We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df753e6 commit 8cced95Copy full SHA for 8cced95
.github/workflows/releaser.yaml
@@ -62,7 +62,7 @@ jobs:
62
if: startsWith(github.ref, 'refs/tags/v')
63
with:
64
version: latest
65
- args: release --rm-dist
+ args: release --clean
66
67
env:
68
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
0 commit comments