Skip to content

Commit

Permalink
version: fix double-v
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjvs committed Jan 10, 2023
1 parent a1c9c7b commit afa229e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Get Version
runs-on: ubuntu-22.04
outputs:
text: v${{ steps.version.outputs.text }}
text: ${{ steps.version.outputs.text }}
numeric: ${{ steps.version.outputs.numeric }}
major: ${{ steps.process.outputs.major }}
significant: ${{ steps.process.outputs.significant }}
Expand Down

0 comments on commit afa229e

Please sign in to comment.