chore: Updated Docker release workflow to use environment variable (#10345)
parent
47739a7636
commit
eb93e81baf
|
@ -36,7 +36,7 @@ jobs:
|
|||
workflow_id: 'create-release.yaml',
|
||||
ref: 'main',
|
||||
inputs: {
|
||||
"RELEASE_TAG": ${{ inputs.RELEASE_TAG }}
|
||||
"RELEASE_TAG": process.env.RELEASE_TAG
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue