Skip to content

Commit 0833937

Browse files
fix
1 parent e6e2d96 commit 0833937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
git config --global user.email "team@mupdivision.com"
2222
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
2323
git fetch --all
24+
git pull origin master --tags -f
2425
git checkout upstream/master
2526
git pull upstream master
2627
git checkout origin/master
2728
git merge upstream/master
2829
git push origin HEAD:master --force
29-
git pull --tags -f
3030
git push --tags
3131
- name: Checkout Fork
3232
uses: actions/checkout@v3

0 commit comments

Comments
 (0)