mirror of
https://github.com/orhun/git-cliff.git
synced 2024-12-15 06:51:54 +03:00
fix(cd): set fail-fast strategy to false
This commit is contained in:
parent
f792a925e1
commit
4b2ded0cf1
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
||||
needs: generate-changelog
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
build: [linux-gnu, linux-musl, win-gnu, win-msvc, win32-msvc, macos]
|
||||
include:
|
||||
|
Loading…
Reference in New Issue
Block a user