Skip to content

Commit aee7c78

Browse files
committed
ci: Fix versionmajor typo
1 parent 371f625 commit aee7c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ jobs:
476476
- parseversion
477477
env:
478478
branch: ${{ needs.parseversion.outputs.branch }}
479-
majorversion: ${{ needs.parseversion.outputs.majorversion }}
479+
versionmajor: ${{ needs.parseversion.outputs.versionmajor }}
480480
version: ${{ needs.parseversion.outputs.version }}
481481

482482
# Only run this when pushing to master branch

0 commit comments

Comments
 (0)