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 e135ab6 commit 1694fbdCopy full SHA for 1694fbd
.github/workflows/Release.yml
@@ -31,4 +31,4 @@ jobs:
31
fi
32
REL_BRANCH=$(echo ${{ steps.bump.outputs.newVersion }} | cut --delimiter "." --fields 1)
33
git checkout -b $REL_BRANCH
34
- git push origin $REL_BRANCH
+ git push -f origin $REL_BRANCH
0 commit comments