We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2f046 commit 992fba4Copy full SHA for 992fba4
.github/workflows/cd-release.yml
@@ -14,11 +14,8 @@ jobs:
14
with:
15
fetch-depth: 0
16
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
+ # - name: Verify commit exists in origin/main
+ # run: git branch --remote --contains | grep origin/main
22
23
- name: Extract release notes
24
run: |
0 commit comments