Skip to content

Commit e59e438

Browse files
committed
chore(ci): fix version enforcing job
1 parent 9698607 commit e59e438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Extract version from manifest
6565
run: |
66-
CRATE_VERSION=$(cargo metadata --format-version=1 --no-deps | jq -e -r '.packages[] | select(.name == "'"$CRATE"'") | .version')
66+
CRATE_VERSION="$(cargo metadata --format-version=1 --no-deps | jq -e -r '.packages[] | select(.name == "'"$CRATE"'") | .version')"
6767
6868
echo "CRATE_VERSION=$CRATE_VERSION" >> $GITHUB_ENV
6969

0 commit comments

Comments
 (0)