Skip to content

Commit

Permalink
fix: added -y to dnf install (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpod98 authored Apr 2, 2023
1 parent 07045a0 commit a35b4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
# tag: ${{ needs.release-please.outputs.tag }}
- name: install github CLI
run: |
sudo dnf install 'dnf-command(config-manager)'
sudo dnf install 'dnf-command(config-manager)' -y
sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
sudo dnf install gh
sudo dnf install gh -y
- name: Upload ISO
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit a35b4a7

Please sign in to comment.