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 4f0ee5c commit 6e6bb22Copy full SHA for 6e6bb22
.github/workflows/nightly_release.yml
@@ -92,4 +92,4 @@ jobs:
92
git config user.name github-actions
93
git config user.email [email protected]
94
git tag -f latest master
95
- git push
+ git push -f --tags
0 commit comments