diff options
author | 2023-05-31 22:41:42 +0200 | |
---|---|---|
committer | 2023-05-31 22:41:42 +0200 | |
commit | aee7c78a3cb2ac81717966b15024170f55708b06 (patch) | |
tree | b55fc6870659364d0e5676c91b19aaa7d9270aab | |
parent | 371f6253227bb3c95dc43ae8aaa697ecd51be596 (diff) | |
download | rtic-aee7c78a3cb2ac81717966b15024170f55708b06.tar.gz rtic-aee7c78a3cb2ac81717966b15024170f55708b06.tar.zst rtic-aee7c78a3cb2ac81717966b15024170f55708b06.zip |
ci: Fix versionmajor typo
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc0c8d23..0f8ed5a7 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 |