Pull in the main branch instead of develop

This commit is contained in:
Jonny Barnes 2021-12-29 14:46:26 +00:00
parent f260b5465e
commit abd4593bfe

View file

@ -39,7 +39,7 @@ jobs:
mkdir ${{ env.newReleaseDir }}
# Clone app
git clone --depth 1 https://github.com/${{ env.repository }} ${{ env.newReleaseName }}
git clone --depth 1 --branch main https://github.com/${{ env.repository }} ${{ env.newReleaseName }}
# Mark release
cd ${{ env.newReleaseDir }}