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 b4d080a commit 04de57dCopy full SHA for 04de57d
.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 origin HEAD:master --force
+ git push -f origin HEAD:master
41
git rev-parse HEAD > HEAD
42
echo $RELEASE_VERSION > RELEASE_VERSION
43
echo $PLAIN_VERSION > PLAIN_VERSION
0 commit comments