Skip to content

Commit

Permalink
ci(fix): use input value instead of env value for post release trigger (
Browse files Browse the repository at this point in the history
#3577)

Signed-off-by: Adrien Mannocci <[email protected]>
  • Loading branch information
amannocci authored Apr 2, 2024
1 parent a3709b7 commit 3059907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
if: inputs.dry_run == false
with:
ref: ${{ inputs.ref }}
version: ${{ env.RELEASE_VERSION }}
version: ${{ inputs.version }}
phase: 'post'
secrets: inherit

Expand Down

0 comments on commit 3059907

Please sign in to comment.