Skip to content

Commit 852e2b5

Browse files
author
lgdd
committed
fix(ci): missing condition for release
1 parent 214e51c commit 852e2b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
push: true
5656
tags: lgdd/liferay-starter:latest-jvm,lgdd/liferay-starter:${{ needs.release-please.outputs.major }}.${{ needs.release-please.outputs.minor }}.${{ needs.release-please.outputs.patch }}-jvm
5757
push-native-docker-image:
58+
needs: release-please
59+
if: needs.release-please.outputs.release_created
5860
runs-on: ubuntu-latest
5961
steps:
6062
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)