Skip to content

Commit b5d23b7

Browse files
author
Luca Bassi
committed
Fix pom_version output variable in Build RPM workflow
1 parent 394872e commit b5d23b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-rpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
version: [8, 9]
1717
outputs:
1818
repo: ${{ steps.info.outputs.repo }}
19-
version: ${{ steps.info.outputs.version_pom }}
19+
version_pom: ${{ steps.info.outputs.version_pom }}
2020
runs-on: ubuntu-latest
2121
container: '${{ matrix.os }}:${{ matrix.version }}'
2222
steps:

0 commit comments

Comments
 (0)