diff options
| author | Trevor Gross <tmgross@umich.edu> | 2024-10-26 18:01:56 -0500 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2024-10-26 18:01:56 -0500 |
| commit | 0433caa0ba6f8c5fc4231e6944af6b4bd943ecd6 (patch) | |
| tree | ba382141c3192743c636675020447f70f982d257 /library | |
| parent | 91f9201a86a84609b9e9d7a487861fd2a03c4ab0 (diff) | |
| download | rust-0433caa0ba6f8c5fc4231e6944af6b4bd943ecd6.tar.gz rust-0433caa0ba6f8c5fc4231e6944af6b4bd943ecd6.zip | |
Fix release-plz workflow configuration
Diffstat (limited to 'library')
| -rw-r--r-- | library/compiler-builtins/libm/.github/workflows/publish.yml | 2 |
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: |
