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.
2 parents 7a61717 + 184fee6 commit 4b0e294Copy full SHA for 4b0e294
script/publish.sh
@@ -15,7 +15,7 @@ function usage {
15
}
16
17
18
-PKG_VERSION=$(cargo metadata --format-version 1 | jq -r '.workspace_members[0]' | awk '{print $2}')
+PKG_VERSION=$(cargo metadata --format-version 1 | jq -r '.workspace_members[0]' | awk -F'#' '{print $2}')
19
MODE="--dry-run"
20
TOKEN=
21
VERSION=
0 commit comments