Skip to content

Commit 1c166c8

Browse files
committed
fix: correct VERSION env definition in release_build.yml
1 parent d3a11f2 commit 1c166c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: true
88

99
env:
10-
VERSION: ${{ env.VERSION }}
10+
VERSION: ${{ github.event.inputs.version }}
1111
AWS_DEFAULT_REGION: us-east-1
1212
AWS_PUBLIC_ECR_REGION: us-east-1
1313
AWS_PRIVATE_ECR_REGION: us-west-2

0 commit comments

Comments
 (0)