We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83720be commit e6e2d96Copy full SHA for e6e2d96
.github/workflows/github-actions-deploy.yml
@@ -26,7 +26,8 @@ jobs:
26
git checkout origin/master
27
git merge upstream/master
28
git push origin HEAD:master --force
29
- git push origin --tags
+ git pull --tags -f
30
+ git push --tags
31
- name: Checkout Fork
32
uses: actions/checkout@v3
33
with:
@@ -42,5 +43,6 @@ jobs:
42
43
44
45
46
47
48
- run: echo "The fork was updated"
0 commit comments