actions: daily_tests: fetch all tags

Fetch all tags or otherwise we will not be able to run 'git describe'
and post a new version.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-07-17 08:12:38 -04:00
commit 1787663b15

View file

@ -28,6 +28,8 @@ jobs:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Upload to AWS S3
run: |