Skip to content

Commit

Permalink
👽 (ci): Replace --rm-dist flag with --clean
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 3, 2023
1 parent 9af33cd commit a486b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set build variables
id: vars
run: |
args='release --rm-dist'
args='release --clean'
if [[ "$GITHUB_REF" != refs/tags/* ]]; then
args+=' --snapshot'
fi
Expand Down

0 comments on commit a486b39

Please sign in to comment.