diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc0c8d236f..0f8ed5a7ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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