There was an error while loading. Please reload this page.
2 parents 3b17c6b + d609646 commit 33a6ae6Copy full SHA for 33a6ae6
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