From d9bd44508e1ae4f16de58b635eea5cc0b2db71f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Primo=C5=BE=20Ajdi=C5=A1ek?= <6921913+bigpod98@users.noreply.github.com> Date: Sun, 2 Apr 2023 05:21:36 +0200 Subject: [PATCH] fix: added repo flag to github cli command (#134) --- .github/workflows/release-please.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 66ed4567584..346dff9542c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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 @@ -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