Skip to content

Commit b9deff3

Browse files
committed
👷 ensure release-prep uses --workspace for 'all' crate runs
1 parent 0d62ace commit b9deff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
DEP_FLAG="--dependent-version ${{ inputs.dependent_version }}"
7878
EXCLUDES="--exclude portable-network-archive-fuzz"
7979
if [ "$CRATE" = "all" ]; then
80-
PKG_FLAG=""
80+
PKG_FLAG="--workspace"
8181
else
8282
PKG_FLAG="-p $CRATE"
8383
fi

0 commit comments

Comments
 (0)