summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/release.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/release.py b/ci/release.py
index f1e8940c..541774f3 100755
--- a/ci/release.py
+++ b/ci/release.py
@@ -28,3 +28,9 @@ if is_master_commit:
"--release",
"true"
])
+
+ check_call([
+ "target/bin/mill",
+ "uploadToGithub",
+ os.environ["GITHUB_ACCESS_TOKEN"]
+ ])