Merge pull request rust-lang/libm#324 from tgross35/release-plz-fix

Fix release-plz workflow configuration
This commit is contained in:
Trevor Gross 2024-10-26 18:04:14 -05:00 committed by GitHub
commit 84cf96172d

View file

@ -20,8 +20,6 @@ jobs:
fetch-depth: 0
- name: Install Rust (rustup)
run: rustup update nightly --no-self-update && rustup default nightly
- name: Publish `libm` as part of builtins, rather than its own crate
run: rm libm/Cargo.toml
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
env: