We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aebcc7 commit 1a13931Copy full SHA for 1a13931
.github/workflows/release-nightly.yml
@@ -136,7 +136,7 @@ jobs:
136
export FIRST_SOLC_VERSION=$(./bins/resolc-x86_64-unknown-linux-musl --supported-solc-versions | cut -f 1 -d "," | tr -d ">=")
137
export LAST_SOLC_VERSION=$(./bins/resolc-x86_64-unknown-linux-musl --supported-solc-versions | cut -f 2 -d "," | tr -d "<=")
138
export FILEPATH=$(readlink -f data.json)
139
- export TAG=$(cd revive;gh release list --json name,isLatest --jq '.[] | select(.isLatest)|.name')
+ export TAG=$(cd revive;gh release list --json name --jq '[.[] | select(.name | startswith("v"))][0].name')
140
cd resolc-bin
141
mkdir -p nightly
142
cd nightly
0 commit comments