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 c42a031 commit 7000e19Copy full SHA for 7000e19
.github/workflows/update-versions.yml
@@ -20,7 +20,7 @@ jobs:
20
id: get-version
21
run: |
22
# Get all releases and find the first one starting with 'v'
23
- RELEASE_INFO=$(curl -s "https://api.github.com/repos/filecoin-project/lotus/releases" | \
+ RELEASE_INFO=$(curl -s "https://api.github.com/repos/filecoin-project/lotus/releases/latest" | \
24
jq -r '[.[] | select(.tag_name | startswith("v"))] | first')
25
26
# Extract the tag name
0 commit comments