We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e09d9 commit 877aa8dCopy full SHA for 877aa8d
2 files changed
.github/workflows/post_release_version_bump.yml
@@ -8,8 +8,7 @@ on:
8
required: true
9
10
env:
11
- VERSION: ${{ env.VERSION }}
12
-
+ VERSION: ${{ github.event.inputs.version }}
13
AWS_DEFAULT_REGION: us-east-1
14
15
permissions:
.github/workflows/pre_release_prepare.yml
@@ -12,9 +12,8 @@ on:
default: 'false'
16
IS_PATCH: ${{ github.event.inputs.is_patch }}
17
18
19
20
0 commit comments