Skip to content

Commit be3dd48

Browse files
committed
fail fast false for attaching binaries from various os's
1 parent a72e814 commit be3dd48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
release:
3737
needs: [containers]
3838
strategy:
39+
fail-fast: false
3940
matrix:
4041
os: [ ubuntu-latest, windows-latest, macos-latest ]
4142
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)