We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e511579 commit 5db67acCopy full SHA for 5db67ac
.github/workflows/manual-prod.yml
@@ -3,6 +3,11 @@ run-name: Manual PROD deploy - @${{ github.actor }}
3
4
on:
5
workflow_dispatch:
6
+ inputs:
7
+ api_version:
8
+ description: 'API version to report to consumers (no v in front).'
9
+ required: true
10
+ type: string
11
12
jobs:
13
test:
@@ -65,7 +70,7 @@ jobs:
65
70
HUSKY: "0"
66
71
VITE_RUN_ENVIRONMENT: prod
67
72
RunEnvironment: prod
68
- VITE_BUILD_HASH: ${{ github.sha }}
73
+ VITE_BUILD_HASH: ${{ inputs.api_version }}
69
74
75
- name: Upload Build files
76
uses: actions/upload-artifact@v4
0 commit comments