Skip to content

Commit a045036

Browse files
authored
Merge pull request #98 from eclipse-esmf/96-fix-tagged-release
Use `github.event.inputs.release_version` for RELEASE_VERSION in tagged_release.yml
2 parents 8a9e637 + 34fcf5e commit a045036

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)