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
1 changed files with 3 additions and 0 deletions

View File

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