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 161f144 commit a055308Copy full SHA for a055308
.github/workflows/build-git-installers.yml
@@ -602,6 +602,10 @@ jobs:
602
}
603
604
VERSION="${{ needs.prereqs.outputs.tag_version }}"
605
+
606
+ # Convert -rc to .rc to match GIT-VERSION-FILE behavior
607
+ BUILD_VERSION=$(echo "${VERSION}" | sed 's/-rc/.rc/g')
608
+ echo "$BUILD_VERSION" >git/version
609
make -C git GIT-VERSION-FILE
610
611
ARCH="$(dpkg-architecture -q DEB_HOST_ARCH)"
0 commit comments