Skip to content

Commit

Permalink
A commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschowe committed Sep 18, 2024
1 parent 0d52fd0 commit dfa9485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/github/api/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ async def delete_package_with_tag(
)
"""

async for version in self.package_versions(organization, package_type, package_name):
async for version in await self.package_versions(organization, package_type, package_name):
if version.tags == tag:
await self.delete_package_version(organization, package_type, package_name, version.version)
return
Expand Down

0 comments on commit dfa9485

Please sign in to comment.