Skip to content

Commit ededdcb

Browse files
committed
fix: remove blank lines, fix circular deps, add missing env vars
1 parent de13747 commit ededdcb

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/post-release-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
VERSION: ${{ github.event.inputs.version }}
12-
12+
IS_PATCH: ${{ github.event.inputs.is_patch }}
1313
AWS_DEFAULT_REGION: us-east-1
1414

1515
permissions:

.github/workflows/pre-release-prepare.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
env:
1515
VERSION: ${{ github.event.inputs.version }}
1616
IS_PATCH: ${{ github.event.inputs.is_patch }}
17-
1817
AWS_DEFAULT_REGION: us-east-1
1918

2019
permissions:

.github/workflows/release-build.yml

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

99
env:
10-
VERSION: ${{ env.VERSION }}
11-
10+
VERSION: ${{ github.event.inputs.version }}
1211
AWS_DEFAULT_REGION: us-east-1
1312
AWS_PUBLIC_ECR_REGION: us-east-1
1413
AWS_PRIVATE_ECR_REGION: us-west-2

0 commit comments

Comments
 (0)