Skip to content

Commit d69c42a

Browse files
committed
Fix the release-plz job
1 parent 7c5d42b commit d69c42a

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

.github/workflows/publish.yaml

+2-7
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,19 @@ permissions:
55
contents: write
66

77
on:
8-
push:
9-
branches:
10-
- master
8+
push: { branches: [master] }
119

1210
jobs:
1311
release-plz:
1412
name: Release-plz
15-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1614
steps:
1715
- name: Checkout repository
1816
uses: actions/checkout@v4
1917
with:
2018
fetch-depth: 0
21-
submodules: true
2219
- name: Install Rust (rustup)
2320
run: rustup update nightly --no-self-update && rustup default nightly
24-
- name: Publish `libm` as part of builtins, rather than its own crate
25-
run: rm compiler-builtins/libm/Cargo.toml
2621
- name: Run release-plz
2722
uses: MarcoIeni/[email protected]
2823
env:

etc/libm/.github/workflows/publish.yaml

-27
This file was deleted.

0 commit comments

Comments
 (0)