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