mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
ci: Fix versionmajor typo
This commit is contained in:
parent
371f625322
commit
aee7c78a3c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue