Skip to content

Commit a1b0515

Browse files
committed
Set fail-fast: true and upgrade checkout to v6
1 parent 2b64a7c commit a1b0515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Create release
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- name: Verify tag matches Cargo.toml version
1818
run: |
1919
TAG="${GITHUB_REF_NAME#v}"
@@ -36,7 +36,7 @@ jobs:
3636
needs: create-release
3737
runs-on: ${{ matrix.os }}
3838
strategy:
39-
fail-fast: false
39+
fail-fast: true
4040
matrix:
4141
include:
4242
- target: aarch64-apple-darwin
@@ -54,7 +54,7 @@ jobs:
5454
- target: x86_64-pc-windows-msvc
5555
os: windows-latest
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v6
5858

5959
- name: Install Rust toolchain
6060
run: rustup target add ${{ matrix.target }}

0 commit comments

Comments
 (0)