Skip to content

Commit 992fba4

Browse files
committed
Temp disable Verify
1 parent fd2f046 commit 992fba4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cd-release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- name: Fetch origin/main
18-
run: git fetch --no-tags origin main:refs/remotes/origin/main --depth=1
19-
20-
- name: Verify commit exists in origin/main
21-
run: git branch --remote --contains | grep origin/main
17+
# - name: Verify commit exists in origin/main
18+
# run: git branch --remote --contains | grep origin/main
2219

2320
- name: Extract release notes
2421
run: |

0 commit comments

Comments
 (0)