Skip to content

Commit 34fcf5e

Browse files
committed
Use github.event.inputs.release_version for RELEASE_VERSION in tagged_release.yml
1 parent 8a9e637 commit 34fcf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged_release.yml

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

1010
env:
11-
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
11+
RELEASE_VERSION: ${{ github.event.inputs.release_version }}
1212

1313
permissions: {}
1414

0 commit comments

Comments
 (0)