Skip to content

Commit

Permalink
Fix: Function names
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored and bjoernricks committed Oct 19, 2022
1 parent 8363ee6 commit 7e8bfea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pontos/github/api/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


class GitHubRESTReleaseMixin:
def create_github_tag(
def create_tag(
self,
owner: str,
repo: str,
Expand Down Expand Up @@ -85,7 +85,7 @@ def create_github_tag(
response.raise_for_status()
return response.json()["object"]["sha"]

def create_github_tag_reference(
def create_tag_reference(
self,
owner: str,
repo: str,
Expand Down

0 comments on commit 7e8bfea

Please sign in to comment.