We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de13747 commit ededdcbCopy full SHA for ededdcb
3 files changed
.github/workflows/post-release-version-bump.yml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
VERSION: ${{ github.event.inputs.version }}
12
-
+ IS_PATCH: ${{ github.event.inputs.is_patch }}
13
AWS_DEFAULT_REGION: us-east-1
14
15
permissions:
.github/workflows/pre-release-prepare.yml
@@ -14,7 +14,6 @@ on:
16
IS_PATCH: ${{ github.event.inputs.is_patch }}
17
18
19
20
.github/workflows/release-build.yml
@@ -7,8 +7,7 @@ on:
7
required: true
8
- VERSION: ${{ env.VERSION }}
+ VERSION: ${{ github.event.inputs.version }}
AWS_PUBLIC_ECR_REGION: us-east-1
AWS_PRIVATE_ECR_REGION: us-west-2
0 commit comments