ci: Fix versionmajor typo

This commit is contained in:
Henrik Tjäder 2023-05-31 22:41:42 +02:00
parent 371f625322
commit aee7c78a3c

View file

@ -476,7 +476,7 @@ jobs:
- parseversion
env:
branch: ${{ needs.parseversion.outputs.branch }}
majorversion: ${{ needs.parseversion.outputs.majorversion }}
versionmajor: ${{ needs.parseversion.outputs.versionmajor }}
version: ${{ needs.parseversion.outputs.version }}
# Only run this when pushing to master branch