Skip to content

Commit 720cecf

Browse files
committed
Disable release-pr for now
This started failing on `libc-0.2` because the release PR doesn't work there either. I am unsure why it did work before. (cherry picked from commit d92334c)
1 parent e0235c5 commit 720cecf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_0.2.yml

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)