We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d62ace commit b9deff3Copy full SHA for b9deff3
1 file changed
.github/workflows/release-prep.yml
@@ -77,7 +77,7 @@ jobs:
77
DEP_FLAG="--dependent-version ${{ inputs.dependent_version }}"
78
EXCLUDES="--exclude portable-network-archive-fuzz"
79
if [ "$CRATE" = "all" ]; then
80
- PKG_FLAG=""
+ PKG_FLAG="--workspace"
81
else
82
PKG_FLAG="-p $CRATE"
83
fi
0 commit comments