mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-26 19:40:20 +00:00
ci: Fetch all tags when generating changelog
This commit is contained in:
parent
f5af004d3d
commit
8ef238d11f
3
.github/workflows/generate-changelog.yml
vendored
3
.github/workflows/generate-changelog.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Fetch all tags
|
||||||
|
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
||||||
|
|
||||||
- name: Generate changelog file
|
- name: Generate changelog file
|
||||||
run: |
|
run: |
|
||||||
# Temporary fix for https://github.com/actions/setup-go/issues/14
|
# Temporary fix for https://github.com/actions/setup-go/issues/14
|
||||||
|
Loading…
Reference in New Issue
Block a user