From ab900f9c41551a578d82e60447695b207cece918 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 7 Mar 2023 13:24:31 +0000 Subject: [PATCH] [ACA-4649] fetch all tags for tagging check --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d531f7ca6..35ed3d898 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,11 +90,13 @@ jobs: dry-run: ${{ inputs.dry-run-release }} publish-git-tag: - name: "Publish git tag" + name: "Publish Git Tag" runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Setup node uses: actions/setup-node@v3 with: