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

Merge pull request #356 from loathingKernel/next

Workflows: Of course there had to be a typo
This commit is contained in:
Stelios Tsampas 2023-12-26 20:28:40 +02:00 committed by GitHub
commit 12f3c1e1ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }}