We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697cb43 commit 06df576Copy full SHA for 06df576
1 file changed
.github/workflows/release.yml
@@ -257,13 +257,7 @@ jobs:
257
cd release-binaries
258
259
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
- )
+ RIPGREP_VERSION=15.1.0
267
268
echo "Using ripgrep ${RIPGREP_VERSION}"
269
0 commit comments