2 parents 4601315 + 33a6ae6 commit 92be6c7Copy full SHA for 92be6c7
1 file changed
.github/workflows/release-please.yml
@@ -23,7 +23,7 @@ jobs:
23
24
publish:
25
needs: release
26
- if: ${{ needs.release.outputs.releases_created }}
+ if: ${{ needs.release.outputs.releases_created && needs.release.outputs.paths_released != '[]' }}
27
runs-on: ubuntu-latest
28
strategy:
29
matrix:
0 commit comments