Skip to content

Commit

Permalink
fix: update API endpoint for getting all releases
Browse files Browse the repository at this point in the history
  • Loading branch information
yannouuuu committed Jul 31, 2024
1 parent 658bacf commit 9f38b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Get latest release tag
id: get_latest_tag
run: |
LATEST_RELEASE=$(curl -s https://api.github.com/repos/zed-industries/zed/releases/latest)
LATEST_RELEASE=$(curl -s https://api.github.com/repos/zed-industries/zed/releases/)
LATEST_TAG=$(echo $LATEST_RELEASE | jq -r '.tag_name')
IS_PRERELEASE=$(echo $LATEST_RELEASE | jq -r '.prerelease')
if [ -z "$LATEST_TAG" ]; then
Expand Down

0 comments on commit 9f38b6b

Please sign in to comment.