SIENTIAPDE-1478

Update release.yml to rename version input to release_version for clarity
This commit is contained in:
vitor-aignosi
2026-01-22 13:56:32 -03:00
parent ecbcd67597
commit 1478680825

View File

@@ -21,5 +21,5 @@ jobs:
permissions: write-all
with:
project_name: 'laborious'
version: ${{ github.event.inputs.version || '' }}
release_version: ${{ github.event.inputs.version || '' }}
secrets: inherit