diff --git a/get-aleph-node-fqdn-image/action.yml b/get-aleph-node-fqdn-image/action.yml index 752391f..a2e304a 100644 --- a/get-aleph-node-fqdn-image/action.yml +++ b/get-aleph-node-fqdn-image/action.yml @@ -175,7 +175,7 @@ runs: id: check-chain-bootstrapper-crate-existence shell: bash run: | - if cargo metadata | jq -e '.packages[] | select(.name=="chain-bootstrapper")' > /dev/null; then + if cargo metadata --offline | jq -e '.packages[] | select(.name=="chain-bootstrapper")' > /dev/null; then echo "exists=true" >> $GITHUB_OUTPUT else echo "exists=false" >> $GITHUB_OUTPUT