Skip to content

Commit

Permalink
chore(ci): split upload action into it's own so it can find docker (#109
Browse files Browse the repository at this point in the history
)
  • Loading branch information
castrojo authored Mar 31, 2023
1 parent 871c60c commit 5c0f526
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ jobs:
installer-major-version: ${{ matrix.fedora-version }}
kickstart-file-path: bluefin.ks

- name: Upload ISO
uses: ublue-os/upload-assets@pass-in-tag
upload-iso:
name: Upload ISO
runs-on: ubuntu-latest
steps:
- uses: ublue-os/upload-assets@pass-in-tag
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit 5c0f526

Please sign in to comment.