Skip to content

Commit

Permalink
chore(ci): fix version enforcing job
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Jan 16, 2025
1 parent 9698607 commit 3136870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Extract version from manifest
run: |
CRATE_VERSION=$(cargo metadata --format-version=1 --no-deps | jq -e -r '.packages[] | select(.name == "'"$CRATE"'") | .version')
CRATE_VERSION="$(cargo metadata --format-version=1 --no-deps | jq -e -r '.packages[] | select(.name == "'"$CRATE"'") | .version')"
echo "CRATE_VERSION=$CRATE_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 3136870

Please sign in to comment.