Skip to content

Commit 35f494f

Browse files
committed
chore: update conditional for push_to_registry
Signed-off-by: Juan Munoz <[email protected]>
1 parent 0299712 commit 35f494f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# The logic below handles the docker hub publication:
2727
push_to_registry:
2828
needs: release_please
29-
if: ${{ needs.release_please.outputs.release_created }}
29+
if: needs.release_please.outputs.release_created == "true"
3030
name: Build and publish
3131
runs-on: ubuntu-latest
3232
timeout-minutes: 15

0 commit comments

Comments
 (0)