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 5ea463e commit b4d080aCopy full SHA for b4d080a
.github/workflows/release.yml
@@ -12,7 +12,6 @@ on:
12
13
jobs:
14
version:
15
- name: Release
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v3
@@ -38,7 +37,7 @@ jobs:
38
37
git config --global user.email "project.openubl.preview.bot@gmail.com"
39
git config --global user.name "Project-Openubl Bot"
40
git commit -a -m "🏁 Releasing version $RELEASE_VERSION"
41
- git push origin HEAD:master
+ git push origin HEAD:master --force
42
git rev-parse HEAD > HEAD
43
echo $RELEASE_VERSION > RELEASE_VERSION
44
echo $PLAIN_VERSION > PLAIN_VERSION
0 commit comments