We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ded18 commit d92334cCopy full SHA for d92334c
.github/workflows/release.yaml
@@ -27,3 +27,7 @@ jobs:
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
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