Fix the output of the compute next version step in CI

This commit is contained in:
Quentin Gliech
2025-01-24 14:49:13 +01:00
parent f1375de981
commit cca6085841

View File

@@ -11,7 +11,7 @@ jobs:
contents: read
outputs:
full: ${{ steps.next.outputs.version }}
full: ${{ steps.next.outputs.full }}
short: ${{ steps.next.outputs.short }}
steps: