We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5d42b commit d69c42aCopy full SHA for d69c42a
.github/workflows/publish.yaml
@@ -5,24 +5,19 @@ permissions:
5
contents: write
6
7
on:
8
- push:
9
- branches:
10
- - master
+ push: { branches: [master] }
11
12
jobs:
13
release-plz:
14
name: Release-plz
15
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
16
steps:
17
- name: Checkout repository
18
uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
- submodules: true
22
- name: Install Rust (rustup)
23
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
26
- name: Run release-plz
27
uses: MarcoIeni/[email protected]
28
env:
etc/libm/.github/workflows/publish.yaml
0 commit comments