feat: reduce the amount of duplicate work the broad-phase is doing for user changes and CCD + release v0.28.0 (#872)
* feat: reduce the amount of duplicate work the broad-phase is doing for user changes and CCD * Release v0.28.0 * chore: fix warnings * chore: clippy fixes * chore: more clippy fixes
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
if [[ "$PUBLISH_MODE" == 1 ]]
|
||||
then
|
||||
./scripts/publish-rapier.sh &&
|
||||
./scripts/publish-testbeds.sh &&
|
||||
./scripts/publish-extra-formats.sh
|
||||
./scripts/publish-extra-formats.sh &&
|
||||
./scripts/publish-testbeds.sh
|
||||
else
|
||||
echo "Running in dry mode, re-run with \`PUBLISH_MODE=1 publish-all.sh\` to actually publish."
|
||||
|
||||
DRY_RUN="--dry-run" ./scripts/publish-rapier.sh &&
|
||||
DRY_RUN="--dry-run" ./scripts/publish-testbeds.sh &&
|
||||
DRY_RUN="--dry-run" ./scripts/publish-extra-formats.sh
|
||||
DRY_RUN="--dry-run" ./scripts/publish-extra-formats.sh &&
|
||||
DRY_RUN="--dry-run" ./scripts/publish-testbeds.sh
|
||||
fi
|
||||
Reference in New Issue
Block a user