Skip to content

Commit

Permalink
fix(ci): fetch latest master before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Jan 14, 2022
1 parent 016a2b4 commit 47fee38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -68,5 +68,6 @@ jobs:
run: |
git checkout develop
sudo chown $(id -u) .git/logs/refs/heads/develop
git fetch
git merge origin/master
git push origin develop

0 comments on commit 47fee38

Please sign in to comment.