1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-04 17:40:49 +00:00

ci: Fetch all tags when generating changelog

This commit is contained in:
Matan Kushner 2020-01-20 12:04:53 -05:00
parent f5af004d3d
commit 8ef238d11f
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -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