We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a11f2 commit 1c166c8Copy full SHA for 1c166c8
1 file changed
.github/workflows/release_build.yml
@@ -7,7 +7,7 @@ on:
7
required: true
8
9
env:
10
- VERSION: ${{ env.VERSION }}
+ VERSION: ${{ github.event.inputs.version }}
11
AWS_DEFAULT_REGION: us-east-1
12
AWS_PUBLIC_ECR_REGION: us-east-1
13
AWS_PRIVATE_ECR_REGION: us-west-2
0 commit comments