Skip to content

Commit

Permalink
release action: don't fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
j2L4e authored Jan 11, 2023
1 parent 305c13e commit 8072d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
name: release
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
goos: [linux, windows, darwin]
goarch: [amd64, arm64]
Expand Down

0 comments on commit 8072d2d

Please sign in to comment.