Skip to content

Commit 1a13931

Browse files
authored
ci: fix tag name for nightly json build (#489)
fix paritytech/resolc-bin#2
1 parent 5aebcc7 commit 1a13931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
export FIRST_SOLC_VERSION=$(./bins/resolc-x86_64-unknown-linux-musl --supported-solc-versions | cut -f 1 -d "," | tr -d ">=")
137137
export LAST_SOLC_VERSION=$(./bins/resolc-x86_64-unknown-linux-musl --supported-solc-versions | cut -f 2 -d "," | tr -d "<=")
138138
export FILEPATH=$(readlink -f data.json)
139-
export TAG=$(cd revive;gh release list --json name,isLatest --jq '.[] | select(.isLatest)|.name')
139+
export TAG=$(cd revive;gh release list --json name --jq '[.[] | select(.name | startswith("v"))][0].name')
140140
cd resolc-bin
141141
mkdir -p nightly
142142
cd nightly

0 commit comments

Comments
 (0)