.
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -2,7 +2,10 @@ name: ReleaseIntoMorska
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Allows manual triggering
|
||||
|
||||
inputs:
|
||||
run-id:
|
||||
description: 'ID of the run to deploy'
|
||||
required: true
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -11,7 +14,7 @@ jobs:
|
||||
- name: Download Frontend Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
run-id: 11989658555
|
||||
run-id: ${{ github.event.inputs.run-id }}
|
||||
name: frontend
|
||||
|
||||
# Step 3: Replace tokens in files with GitHub secrets
|
||||
|
||||
Reference in New Issue
Block a user