.
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user