Skip to content

Commit 06df576

Browse files
authored
Update release.yml
Locking ripgrep 15.1.0 Signed-off-by: Igor Costa <igorcosta@github.com>
1 parent 697cb43 commit 06df576

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,7 @@ jobs:
257257
cd release-binaries
258258
259259
RIPGREP_REPO="BurntSushi/ripgrep"
260-
RIPGREP_VERSION=$(python3 - <<'PY'
261-
import json, urllib.request
262-
with urllib.request.urlopen("https://api.github.com/repos/BurntSushi/ripgrep/releases/latest") as response:
263-
data = json.load(response)
264-
print(data["tag_name"].lstrip("v"))
265-
PY
266-
)
260+
RIPGREP_VERSION=15.1.0
267261
268262
echo "Using ripgrep ${RIPGREP_VERSION}"
269263

0 commit comments

Comments
 (0)