Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix: adding ghcli to fix gh command not found (ublue-os#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpod98 authored Apr 2, 2023
1 parent a61c1e6 commit bf0aff8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ jobs:
# with:
# asset_paths: '["./${{ steps.isogenerator.outputs.iso-path }}"]'
# tag: ${{ needs.release-please.outputs.tag }}

- name: install github CLI
run: |
sudo dnf install 'dnf-command(config-manager)'
sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
sudo dnf install gh
- name: Upload ISO
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit bf0aff8

Please sign in to comment.