Skip to content

Commit 3c16bc9

Browse files
fix
1 parent c2090e2 commit 3c16bc9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ jobs:
2020
git config --global user.name "CI Bot"
2121
git config --global user.email "[email protected]"
2222
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
23-
git fetch upstream
23+
git fetch --all upstream
24+
git checkout upstream/master
25+
git pull upstream/master
26+
git checkout origin master
2427
git merge upstream/master
2528
git push origin HEAD:master --force
29+
git push origin --tags
2630
- name: Checkout Fork
2731
uses: actions/checkout@v3
2832
with:

0 commit comments

Comments
 (0)