Skip to content

Commit 9940034

Browse files
authored
Merge branch 'master' into ME-19011-a11y-non-text-contrast
2 parents 563d722 + 738d336 commit 9940034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-edge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1517

1618
- run: npm ci
1719

@@ -40,7 +42,6 @@ jobs:
4042
4143
- name: Checkout or create edge branch
4244
run: |
43-
git fetch origin
4445
if git rev-parse --verify origin/${{ steps.get_next_version.outputs.version }}-edge; then
4546
git checkout ${{ steps.get_next_version.outputs.version }}-edge
4647
git merge master -X ours --no-edit

0 commit comments

Comments
 (0)