Skip to content

Commit 92be6c7

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 4601315 + 33a6ae6 commit 92be6c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
publish:
2525
needs: release
26-
if: ${{ needs.release.outputs.releases_created }}
26+
if: ${{ needs.release.outputs.releases_created && needs.release.outputs.paths_released != '[]' }}
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:

0 commit comments

Comments
 (0)