Skip to content

Commit f1c1885

Browse files
author
Enda Phelan
committed
ci: fetch tags
1 parent 407a510 commit f1c1885

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/changelog.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ on:
55
- main
66
- refs/tags/*
77
jobs:
8-
package:
8+
generate_changelog:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v2
13-
with:
14-
fetch-depth: 1
1513

14+
- name: Fetch changes
15+
run: git fetch --prune --tags --unshallow
16+
1617
-
1718
name: Install git-chglog
1819
uses: craicoverflow/[email protected]

0 commit comments

Comments
 (0)