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 21f9b81 commit 4003113Copy full SHA for 4003113
.github/workflows/pull.yml
@@ -65,5 +65,5 @@ jobs:
65
run: |
66
git log -n 2
67
git status
68
- git push origin master
69
- git push --tags
+ git push -f origin master
+ git push -f --tags
0 commit comments