Skip to content

Commit 5db67ac

Browse files
committed
update workflow
1 parent e511579 commit 5db67ac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/manual-prod.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ run-name: Manual PROD deploy - @${{ github.actor }}
33

44
on:
55
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
611

712
jobs:
813
test:
@@ -65,7 +70,7 @@ jobs:
6570
HUSKY: "0"
6671
VITE_RUN_ENVIRONMENT: prod
6772
RunEnvironment: prod
68-
VITE_BUILD_HASH: ${{ github.sha }}
73+
VITE_BUILD_HASH: ${{ inputs.api_version }}
6974

7075
- name: Upload Build files
7176
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)