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:
parent
354053441d
commit
1787663b15
1 changed files with 2 additions and 0 deletions
2
.github/workflows/daily_test_version.yml
vendored
2
.github/workflows/daily_test_version.yml
vendored
|
@ -28,6 +28,8 @@ jobs:
|
|||
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Upload to AWS S3
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue