Skip to content

Commit

Permalink
chore: improve release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi committed Jan 30, 2025
1 parent 110e11a commit 339c3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
git fetch origin
if git rev-parse --verify origin/${{ steps.get_next_version.outputs.version }}-edge; then
git checkout ${{ steps.get_next_version.outputs.version }}-edge
git merge master
else
git checkout -b ${{ steps.get_next_version.outputs.version }}-edge
fi
Expand Down

0 comments on commit 339c3b6

Please sign in to comment.