From 9347869d8a0e977885475b7bec7bb2bec6c4399e Mon Sep 17 00:00:00 2001 From: Alexander Tsybulsky Date: Fri, 28 Aug 2020 07:50:47 +0300 Subject: [PATCH] fix ci for autotag (fetch depth 2) #3808 (#3809) --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d82769f7..34b5ab3c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 2 - name: Use Node.js uses: actions/setup-node@v1 with: