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 730a8e5 commit 0e6f69aCopy full SHA for 0e6f69a
.github/workflows/build-git-installers.yml
@@ -600,10 +600,8 @@ jobs:
600
exit 1
601
}
602
603
- echo "${{ needs.prereqs.outputs.tag_version }}" >>git/version
604
- make -C git GIT-VERSION-FILE
605
-
606
VERSION="${{ needs.prereqs.outputs.tag_version }}"
+ make -C git GIT-VERSION-FILE
607
608
ARCH="$(dpkg-architecture -q DEB_HOST_ARCH)"
609
if test -z "$ARCH"; then
0 commit comments