We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f27395e + 72158fa commit b71ff14Copy full SHA for b71ff14
.circleci/config.yml
@@ -155,7 +155,7 @@ commands:
155
--show-error \
156
"${EXTRA_HEADERS[@]}" \
157
https://api.github.com/repos/nomiclabs/hardhat/releases \
158
- | jq --raw-output 'map(select(.tag_name | test("^hardhat@"))) | .[0].tag_name' \
+ | jq --raw-output 'map(select(.prerelease == false and (.tag_name | test("^hardhat@")))) | .[0].tag_name' \
159
)
160
echo "export HARDHAT_LATEST_RELEASE_TAG='${HARDHAT_LATEST_RELEASE_TAG}'" >> "$BASH_ENV"
161
0 commit comments