Skip to content

Commit

Permalink
In case jq is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Nov 3, 2023
1 parent d502a8f commit 8f81d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
echo "Record zenoh version"
export PKG_VER=$(cargo pkgid | cut -d "#" -f2)
command -v jq &> /dev/null || sudo apt install jq -y
export ZENOH_VER=$(cargo metadata | jq -r '.packages[] | select(.name == "zenoh-protocol") | .version')
envsubst < ${GITHUB_WORKSPACE}/.github/workflows/release-note.md > release-note.md
Expand Down

0 comments on commit 8f81d55

Please sign in to comment.