diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b9eaa8..e4c1b09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,13 +20,6 @@ jobs: name: frontend # Name of the artifact created in the build pipeline path: ./artifact # Where to download the artifact - # Step 2: Download build artifacts from another workflow (e.g., build pipeline) - - name: Download Backend Artifacts - uses: actions/download-artifact@v4 - with: - name: backend # Name of the artifact created in the build pipeline - path: ./artifact # Where to download the artifact - # Step 3: Replace tokens in files with GitHub secrets #- name: Replace tokens in files # run: |