Skip to content

Commit f83374d

Browse files
committed
Recover release-please.yml condition
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
1 parent e275d0f commit f83374d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
sudo apt-get update
4343
sudo apt-get install -y qemu-user-static
4444
45-
- name: Build image
45+
- name: Build Image
46+
if: ${{ steps.release.outputs.release_created }}
4647
id: buildah-build
4748
uses: redhat-actions/buildah-build@v2
4849
with:

0 commit comments

Comments
 (0)