Skip to content

Commit cc6f396

Browse files
authored
release: Use fetch-depth:0 on checkout (#476)
Signed-off-by: Marc Lopez <marc5.12@outlook.com>
1 parent f614701 commit cc6f396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2
16+
with:
17+
fetch-depth: 0
1618

1719
- name: Get the branch version
1820
id: get_branch

0 commit comments

Comments
 (0)