about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2024-10-26 18:01:56 -0500
committerTrevor Gross <tmgross@umich.edu>2024-10-26 18:01:56 -0500
commit0433caa0ba6f8c5fc4231e6944af6b4bd943ecd6 (patch)
treeba382141c3192743c636675020447f70f982d257
parent91f9201a86a84609b9e9d7a487861fd2a03c4ab0 (diff)
downloadrust-0433caa0ba6f8c5fc4231e6944af6b4bd943ecd6.tar.gz
rust-0433caa0ba6f8c5fc4231e6944af6b4bd943ecd6.zip
Fix release-plz workflow configuration
-rw-r--r--library/compiler-builtins/libm/.github/workflows/publish.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/compiler-builtins/libm/.github/workflows/publish.yml b/library/compiler-builtins/libm/.github/workflows/publish.yml
index 1241181a026..e715c61871f 100644
--- a/library/compiler-builtins/libm/.github/workflows/publish.yml
+++ b/library/compiler-builtins/libm/.github/workflows/publish.yml
@@ -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: