Pull in the main branch instead of develop
This commit is contained in:
parent
f260b5465e
commit
abd4593bfe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
mkdir ${{ env.newReleaseDir }}
|
mkdir ${{ env.newReleaseDir }}
|
||||||
|
|
||||||
# Clone app
|
# 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
|
# Mark release
|
||||||
cd ${{ env.newReleaseDir }}
|
cd ${{ env.newReleaseDir }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue