Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,19 @@ permissions:
contents: write

on:
push:
branches:
- master
push: { branches: [master] }

jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- 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 compiler-builtins/libm/Cargo.toml
- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
Expand Down
27 changes: 0 additions & 27 deletions etc/libm/.github/workflows/publish.yaml

This file was deleted.