We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb699b commit d49baa0Copy full SHA for d49baa0
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