SIENTIAPDE-1478
Update release.yml to rename version input to release_version for clarity
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -21,5 +21,5 @@ jobs:
|
|||||||
permissions: write-all
|
permissions: write-all
|
||||||
with:
|
with:
|
||||||
project_name: 'laborious'
|
project_name: 'laborious'
|
||||||
version: ${{ github.event.inputs.version || '' }}
|
release_version: ${{ github.event.inputs.version || '' }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
Reference in New Issue
Block a user