From 4f3e5265f43116d61a711be275a7e7b6ed9aecb8 Mon Sep 17 00:00:00 2001 From: Pavel Vostretsov Date: Mon, 1 May 2023 14:25:50 +0400 Subject: [PATCH] checkout in publish --- .github/workflows/actions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e84f2bc3..00f501c8 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -82,6 +82,10 @@ jobs: needs: test if: startsWith(github.event.ref, 'refs/tags/v') steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: Download artifacts uses: actions/download-artifact@v3 with: