Skip to content

Commit

Permalink
Recover release-please.yml condition
Browse files Browse the repository at this point in the history
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
  • Loading branch information
Yikun committed Apr 27, 2023
1 parent e275d0f commit f83374d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Build image
- name: Build Image
if: ${{ steps.release.outputs.release_created }}
id: buildah-build
uses: redhat-actions/buildah-build@v2
with:
Expand Down

0 comments on commit f83374d

Please sign in to comment.