Skip to content

Commit cb994c0

Browse files
committed
More copy pasta fails
1 parent 9104fd8 commit cb994c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tagged-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v2
2121

22+
- name: Unshallow
23+
run: git fetch --prune --unshallow
24+
2225
- name: Release Type
2326
id: cf_release_type
2427
uses: christian-draeger/[email protected]
@@ -55,7 +58,7 @@ jobs:
5558
exclude: '*-rc*'
5659
commit-ish: '@'
5760
skip-unshallow: 'true'
58-
61+
5962
- name: Semver Version
6063
id: version
6164
run: |

0 commit comments

Comments
 (0)