Skip to content

Commit 4e5660f

Browse files
authored
Merge pull request rust-lang#324 from tgross35/release-plz-fix
Fix release-plz workflow configuration
2 parents bd6a102 + 4977ffb commit 4e5660f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
fetch-depth: 0
2121
- name: Install Rust (rustup)
2222
run: rustup update nightly --no-self-update && rustup default nightly
23-
- name: Publish `libm` as part of builtins, rather than its own crate
24-
run: rm libm/Cargo.toml
2523
- name: Run release-plz
2624
uses: MarcoIeni/[email protected]
2725
env:

0 commit comments

Comments
 (0)