We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d88b6 commit 42d8696Copy full SHA for 42d8696
.circleci/config.yml
@@ -154,8 +154,8 @@ commands:
154
--fail \
155
--show-error \
156
"${EXTRA_HEADERS[@]}" \
157
- https://api.github.com/repos/nomiclabs/hardhat/releases/latest \
158
- | jq --raw-output .tag_name \
+ https://api.github.com/repos/nomiclabs/hardhat/releases \
+ | jq --raw-output 'map(select(.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