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 04de57d commit 8448747Copy full SHA for 8448747
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
git config --global user.email "project.openubl.preview.bot@gmail.com"
38
git config --global user.name "Project-Openubl Bot"
39
git commit -a -m "🏁 Releasing version $RELEASE_VERSION"
40
- git push -f origin HEAD:master
+ git push --allow-empty origin HEAD:master
41
git rev-parse HEAD > HEAD
42
echo $RELEASE_VERSION > RELEASE_VERSION
43
echo $PLAIN_VERSION > PLAIN_VERSION
0 commit comments