Skip to content

Commit

Permalink
chore: release 2.0.0 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU authored Nov 8, 2023
1 parent ff78ed2 commit 88293fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ jobs:
needs: release-please
if: needs.release-please.outputs.releases_created
container:
image: fedora:38
image: fedora:39
options: --privileged
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Generate ISO
uses: ublue-os/isogenerator@v2.1.3
uses: ublue-os/isogenerator@v2.2.0
id: isogenerator
with:
image-name: universalblue
installer-repo: releases
installer-major-version: 38
installer-major-version: 39
boot-menu-path: boot_menu.yml
- name: install github CLI
run: |
Expand Down

0 comments on commit 88293fa

Please sign in to comment.