Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b74dbd

Browse files
authoredSep 15, 2023
ship-release small change (#391)
1 parent 0ec2706 commit 9b74dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/ship-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def _check_output(*args, **kwargs):
1919

2020

2121
def run(*args):
22-
2322
last_tag = _check_output(
2423
[
2524
"git",
@@ -83,6 +82,7 @@ def run(*args):
8382
name = tag_name # for now
8483
name = f"Static builds for {tag_name}"
8584

85+
assert GITHUB_AUTH_TOKEN
8686
headers = {"Authorization": f"token {GITHUB_AUTH_TOKEN}"}
8787

8888
response = requests.get(URL, headers=headers)

0 commit comments

Comments
 (0)
Please sign in to comment.