Skip to content

Commit 2558414

Browse files
fix
1 parent 174f4cb commit 2558414

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ jobs:
3232
git config --global user.name "CI Bot"
3333
git config --global user.email "[email protected]"
3434
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
35-
git fetch upstream
35+
git fetch --all upstream
36+
git checkout upstream/master
37+
git pull upstream/master
38+
git checkout origin master
3639
git merge upstream/master
3740
git push origin HEAD:master --force
41+
git push origin --tags
3842
- run: echo "The fork was updated"

.vscode/settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)