mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-22 03:40:45 +00:00
Merge pull request #641 from duhow/patch-1
fix(ci): build Release ISO condition
This commit is contained in:
commit
e15241d2a8
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user