Skip to content

Commit 15a9f23

Browse files
authored
Merge pull request #88 from fredrikj31/previous-tag-workflow-checkout-all-history
ci(workflows): get previous tag checkout all history
2 parents 5fbec5a + 1f1e10b commit 15a9f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
with:
19-
fetch-tags: true
19+
fetch-depth: 0
2020

2121
- name: list tags
2222
run: |

0 commit comments

Comments
 (0)