ci: Fetch all tags when generating changelog
This commit is contained in:
parent
f5af004d3d
commit
8ef238d11f
|
@ -12,6 +12,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Fetch all tags
|
||||
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
||||
|
||||
- name: Generate changelog file
|
||||
run: |
|
||||
# Temporary fix for https://github.com/actions/setup-go/issues/14
|
||||
|
|
Loading…
Reference in New Issue