Skip to content

Commit

Permalink
Updated releases API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Dec 12, 2024
1 parent 877d2c1 commit 2280229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pluginadmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def _get_existing_releases(
) -> typing.List[GithubRelease]:
"""Query the github API and retrieve existing releases"""
# TODO: add support for pagination
base_url = "https://api.github.com/repos/kartoza/qgis_geonode/releases"
base_url = "https://api.github.com/repos/GeoNode/QGISGeoNodePlugin/releases"
response = httpx.get(base_url, follow_redirects=True)
result = []
if response.status_code == 200:
Expand Down

0 comments on commit 2280229

Please sign in to comment.