Skip to content

Commit ca90f3c

Browse files
authored
Update cd-release.yml
1 parent 9762996 commit ca90f3c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cd-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- name: Verify commit exists in origin/main
18-
run: git branch --remote --contains | grep origin/main
19-
2017
- name: Extract release notes
2118
run: |
2219
git log --pretty=format:'%d %s' ${GITHUB_REF} | perl -pe 's| \(.*tag: v(\d+.\d+.\d+(-preview\d{3})?)(, .*?)*\)|\n## \1\n|g' > RELEASE-NOTES

0 commit comments

Comments
 (0)