Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
ugurkocde committed Oct 28, 2024
1 parent 9645ee1 commit d4d7795
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/scripts/scrapers/github_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,6 @@ else
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/${GITHUB_REPOSITORY}/releases/assets/${ASSET_ID}"
done

# Update release name
curl -L \
-X PATCH \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/${GITHUB_REPOSITORY}/releases/${RELEASE_ID}" \
-d "{
\"name\":\"GitHub Desktop ${VERSION}\",
\"make_latest\":\"true\"
}"
fi

# Upload DMG file
Expand Down

0 comments on commit d4d7795

Please sign in to comment.