Skip to content

Commit 08eafef

Browse files
committed
Fix: Forgot to remove copy-pasted code of x86_64 crate
1 parent 51922ff commit 08eafef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/trigger-release/trigger-release.py

-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
print(" Tagging commit as " + tag_name)
2424
sha = subprocess.run(["git", "rev-parse", "HEAD"], check=True,
2525
stdout=subprocess.PIPE).stdout.decode("utf-8").strip()
26-
subprocess.run([
27-
"gh", "api", "/repos/rust-osdev/x86_64/git/refs",
28-
"-X", "POST", "-H", "Accept: application/vnd.github.v3+json",
29-
"-F", "ref=refs/tags/" + tag_name,
30-
"-F", "sha="+sha
31-
])
3226

3327
subprocess.run([
3428
"gh", "api", "--method", "POST", "-H", "Accept: application/vnd.github+json",

0 commit comments

Comments
 (0)