Skip to content

Commit

Permalink
Use --clean rather than --rm-dist
Browse files Browse the repository at this point in the history
`--rm-dist` has been deprecated
  • Loading branch information
CGA1123 committed Apr 5, 2024
1 parent f980ce7 commit 467c6a1
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 @@ -17,6 +17,6 @@ jobs:
- uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion script/devbuild
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

goreleaser build --single-target --snapshot --rm-dist
goreleaser build --single-target --snapshot --clean

0 comments on commit 467c6a1

Please sign in to comment.