We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7022ccc commit e4ab380Copy full SHA for e4ab380
.github/workflows/publish-packages.yml
@@ -98,7 +98,7 @@ jobs:
98
needs: prepare-packages
99
runs-on: ubuntu-latest
100
# Skip if no packages need to be published
101
- if: ${{ fromJson(needs.prepare-packages.outputs.matrix).package[0] != null }}
+ if: fromJson(needs.prepare-packages.outputs.matrix).package[0] != null
102
# Use the dynamic matrix from prepare-packages job to create parallel jobs for each package
103
strategy:
104
matrix: ${{ fromJson(needs.prepare-packages.outputs.matrix) }}
0 commit comments