From a537733a5b1a7e5430d6d4ac345621d0c52f537e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 23 Nov 2024 20:34:32 +0100 Subject: [PATCH] . --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e16d2d6..d9567c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,16 +7,12 @@ jobs: release: runs-on: ubuntu-latest steps: - # Step 1: Checkout the code - - name: Checkout code - uses: actions/checkout@v3 - # Step 2: Download build artifacts from another workflow (e.g., build pipeline) - name: Download Frontend Artifacts uses: actions/download-artifact@v4 with: run-id: 11989658555 - artifact-name: frontend + name: frontend # Step 3: Replace tokens in files with GitHub secrets #- name: Replace tokens in files