Skip to content

Commit 044aa41

Browse files
committed
Fix release-plz workflow configuration
1 parent 7f27514 commit 044aa41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler-builtins/libm/.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)