Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
fix(cd): the publish matrix was skipped if there was no library to pu…
Browse files Browse the repository at this point in the history
…blish
  • Loading branch information
0xmemorygrinder committed Nov 4, 2023
1 parent 651f405 commit 75b4d70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
runs-on: ubuntu-latest
needs: setup
strategy:
fail-fast: false
matrix:
workspace: ${{ fromJson(needs.setup.outputs.libraries)}}
steps:
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
- setup
- publish-libraries
strategy:
fail-fast: false
matrix:
workspace: ${{ fromJson(needs.setup.outputs.extensions)}}
steps:
Expand Down

0 comments on commit 75b4d70

Please sign in to comment.