1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

Workflows: Of course there had to be a typo

This commit is contained in:
loathingKernel 2023-12-26 20:21:10 +02:00
parent f6933a3589
commit 935c48e101

View file

@ -4,7 +4,7 @@ on:
workflow_call:
outputs:
version:
value: ${{ needs.version.outputs.tag_abbrev }}.${{ needs.version.outputs.tag_offset }}
value: ${{ jobs.version.outputs.tag_abbrev }}.${{ jobs.version.outputs.tag_offset }}
branch:
value: ${{ jobs.version.outputs.branch }}