Skip to content

Commit

Permalink
Merge pull request #356 from loathingKernel/next
Browse files Browse the repository at this point in the history
Workflows: Of course there had to be a typo
  • Loading branch information
loathingKernel authored Dec 26, 2023
2 parents 6219084 + 935c48e commit 12f3c1e
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 12f3c1e

Please sign in to comment.