We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8023ca6 + 8eb4921 commit e2f5b85Copy full SHA for e2f5b85
1 file changed
.github/workflows/release.yml
@@ -104,6 +104,7 @@ jobs:
104
105
publish-pypi:
106
needs: [update-packages, create-metadata]
107
+ if: ${{ needs.create-metadata.outputs.pypi_packages != '[]' && needs.create-metadata.outputs.pypi_packages != '' }}
108
strategy:
109
fail-fast: false
110
matrix:
@@ -145,6 +146,7 @@ jobs:
145
146
147
publish-npm:
148
149
+ if: ${{ needs.create-metadata.outputs.npm_packages != '[]' && needs.create-metadata.outputs.npm_packages != '' }}
150
151
152
0 commit comments