Skip to content

Commit 339c3b6

Browse files
committed
chore: improve release flow
1 parent 110e11a commit 339c3b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-edge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
git fetch origin
4444
if git rev-parse --verify origin/${{ steps.get_next_version.outputs.version }}-edge; then
4545
git checkout ${{ steps.get_next_version.outputs.version }}-edge
46+
git merge master
4647
else
4748
git checkout -b ${{ steps.get_next_version.outputs.version }}-edge
4849
fi

0 commit comments

Comments
 (0)