Skip to content

Commit 1f7c7c0

Browse files
author
Enda Phelan
committed
ci: fetch tags
1 parent 2a49b4f commit 1f7c7c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v2
13-
with:
14-
fetch-depth: 0
13+
14+
- name: Fetch changes
15+
run: git fetch origin --prune --tags --unshallow
1516

1617
-
1718
name: Install git-chglog

0 commit comments

Comments
 (0)