Skip to content

Commit

Permalink
chore: add missing if in release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Apr 28, 2023
1 parent 17502d1 commit e7492c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
printf %s "::set-output name=tag::${tag#v}"
- name: Install qemu dependency
if: ${{ steps.release.outputs.release_created }}
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
Expand Down

0 comments on commit e7492c9

Please sign in to comment.