Skip to content

Commit 7cbf611

Browse files
committed
Merge branch 'hotfix/0.3.8'
2 parents 3da485a + aad876b commit 7cbf611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Fetch master
15-
run: git fetch origin master:master --prune
14+
- name: Fetch all history for all tags and branches
15+
run: git fetch --prune --unshallow
1616
- name: Install GitVersion
1717
uses: gittools/actions/gitversion/setup@v0.9.2
1818
with:

0 commit comments

Comments
 (0)