Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 4977ffb

Browse files
committed
Fix release-plz workflow configuration
1 parent bd6a102 commit 4977ffb

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/release-plz-action@v0.5
2725
env:

0 commit comments

Comments
 (0)