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 b7c1a5e commit 59660ebCopy full SHA for 59660eb
1 file changed
.github/workflows/release_build.yml
@@ -49,8 +49,8 @@ jobs:
49
chmod +x *.sh
50
# prevent choco build to calculate version from tag of main repository
51
unset GITHUB_REF GITHUB_BASE_REF GITHUB_HEAD_REF
52
- # replace remote URL so GitVersion sees 1 remote but can't fetch conflicting refs
53
- git remote set-url origin https://invalid.local/chocolatey/choco.git
+ # create a local branch so GitVersion doesn't try to fetch remote refs for detached HEAD
+ git checkout -b release/2.6.0
54
./build.sh --configuration=ReleaseOfficial
55
cp docker/choco_wrapper code_drop/temp/_PublishedApps/choco/choco_wrapper
56
cp -r ./code_drop/temp/_PublishedApps/choco/ /opt/chocolatey
0 commit comments