Skip to content

Commit

Permalink
fix: added repo flag to github cli command (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpod98 authored Apr 2, 2023
1 parent f18331c commit d9bd445
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
run: |
ls -lah
pwd
- uses: actions/checkout@v3
- name: install github CLI
run: |
sudo dnf install 'dnf-command(config-manager)' -y
Expand All @@ -68,5 +67,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run:
gh release upload ${{ needs.release-please.outputs.tag }} ./${{ steps.isogenerator.outputs.iso-path }}
gh release upload ${{ needs.release-please.outputs.tag }} ./${{ steps.isogenerator.outputs.iso-path }} -R ublue-os/bluefin

0 comments on commit d9bd445

Please sign in to comment.