Skip to content

Commit 8d0f3a1

Browse files
fix
1 parent 0833937 commit 8d0f3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
git config --global user.email "[email protected]"
3939
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
4040
git fetch --all
41+
git pull origin master --tags -f
4142
git checkout upstream/master
42-
git pull upstream/master
43+
git pull upstream master
4344
git checkout origin/master
4445
git merge upstream/master
4546
git push origin HEAD:master --force
46-
git pull --tags -f
4747
git push --tags
4848
- run: echo "The fork was updated"

0 commit comments

Comments
 (0)