Skip to content

Commit d92334c

Browse files
committed
Disable release-pr for now
1 parent 98ded18 commit d92334c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
30+
with:
31+
# FIXME(release): release-pr is broken since we have two release tracks for
32+
# `libc` :(
33+
command: release

0 commit comments

Comments
 (0)