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 110e11a commit 339c3b6Copy full SHA for 339c3b6
.github/workflows/release-edge.yml
@@ -43,6 +43,7 @@ jobs:
43
git fetch origin
44
if git rev-parse --verify origin/${{ steps.get_next_version.outputs.version }}-edge; then
45
git checkout ${{ steps.get_next_version.outputs.version }}-edge
46
+ git merge master
47
else
48
git checkout -b ${{ steps.get_next_version.outputs.version }}-edge
49
fi
0 commit comments