Skip to content

Commit

Permalink
Workflows: Of course there had to be a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Dec 26, 2023
1 parent f6933a3 commit 935c48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 935c48e

Please sign in to comment.