Skip to content

Commit

Permalink
fix: Update CI Python script
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Jan 17, 2024
1 parent a2e133b commit d72213b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/verify_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
print('Verifying "{}":'.format(mod))

# Build GitHub API link and fetch distant tags list
words = manifesto[mod]['Repository'].split('/')
words = manifesto['thunderstore'][mod]['Repository'].split('/')
tags_url = "https://api.github.com/repos/{}/{}/tags".format(words[-2], words[-1])
response = urlopen(tags_url)
tags_data = json.loads(response.read())
Expand Down

0 comments on commit d72213b

Please sign in to comment.