diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 15e1206..560699d 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -26,7 +26,7 @@ jobs: VERSIONS='${{ steps.versions_step.outputs.versionArray }}' echo "Versions for Matrix: $VERSIONS" MATRIX=$(echo "$VERSIONS" | jq -c '{versions: .} | .versions | to_entries | map({key: .key, value: (.value | sub("^v"; ""))})') - echo "::set-output name=matrix::{\"include\":$MATRIX}" + echo "::set-output name=matrix::{\"include\":$MATRIX}" test-drift-vite-hardhat: needs: setup