Merge pull request #641 from duhow/patch-1

fix(ci): build Release ISO condition
This commit is contained in:
RJ Trujillo 2024-01-02 05:48:11 -07:00 committed by GitHub
commit e15241d2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
name: Generate and Release ISOs
runs-on: ubuntu-latest
needs: release-please
if: needs.release-please.outputs.releases_created
if: ${{ needs.release-please.outputs.releases_created == 'true' }}
container:
image: fedora:39
options: --privileged