Skip to content

Commit 3059907

Browse files
authored
ci(fix): use input value instead of env value for post release trigger (#3577)
Signed-off-by: Adrien Mannocci <[email protected]>
1 parent a3709b7 commit 3059907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
if: inputs.dry_run == false
249249
with:
250250
ref: ${{ inputs.ref }}
251-
version: ${{ env.RELEASE_VERSION }}
251+
version: ${{ inputs.version }}
252252
phase: 'post'
253253
secrets: inherit
254254

0 commit comments

Comments
 (0)