We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371f625 commit aee7c78Copy full SHA for aee7c78
.github/workflows/build.yml
@@ -476,7 +476,7 @@ jobs:
476
- parseversion
477
env:
478
branch: ${{ needs.parseversion.outputs.branch }}
479
- majorversion: ${{ needs.parseversion.outputs.majorversion }}
+ versionmajor: ${{ needs.parseversion.outputs.versionmajor }}
480
version: ${{ needs.parseversion.outputs.version }}
481
482
# Only run this when pushing to master branch
0 commit comments