Skip to content

Commit

Permalink
ci: disable fail-fast on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Feb 6, 2024
1 parent 11ab20b commit 1414470
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 @@ -19,6 +19,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [ 16, 18, 20 ]

Expand Down

0 comments on commit 1414470

Please sign in to comment.