Skip to content

Commit

Permalink
release script nits
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Sep 6, 2024
1 parent 5136966 commit 337a1ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/release/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
github_repository: str
project: str
branch: str
get_version: Callable[[], str]

if github_repository := os.environ.get("GITHUB_REPOSITORY", None):
logger.info(f"Got repository from environment: {github_repository}")
Expand Down

0 comments on commit 337a1ac

Please sign in to comment.