From eae0b9b2e628693950bb0b2b74939b04aca018af Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Mon, 10 Nov 2025 20:34:45 +0000 Subject: [PATCH] Update .gitea/workflows/fedora-checkout.yml simplify --- .gitea/workflows/fedora-checkout.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/fedora-checkout.yml b/.gitea/workflows/fedora-checkout.yml index ae2363b..a0618af 100644 --- a/.gitea/workflows/fedora-checkout.yml +++ b/.gitea/workflows/fedora-checkout.yml @@ -12,9 +12,4 @@ jobs: steps: - uses: https://git.phyllo.me/actions/checkout@v3 with: - fetch-depth: 0 - - uses: https://git.phyllo.me/actions/action-gh-release@v2 - with: - files: |- - bin/** - api_key: '${{secrets.RELEASE_TOKEN}}' \ No newline at end of file + fetch-depth: 0 \ No newline at end of file