From cf7118cedc90c3cd519a3971feb79e5665eb829a Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 7 Mar 2023 13:14:57 +0000 Subject: [PATCH] [ACA-4649 load all tags for git publishing --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41d44bba10..b69bfe3338 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,8 +95,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - fetch-depth: 2 - name: Setup node uses: actions/setup-node@v3 with: @@ -116,7 +114,7 @@ jobs: dry-run: ${{ inputs.dry-run-release }} publish-libs: - name: "Publish libs to npm and gh registry" + name: "Publish libs to NPM and GitHub registry" runs-on: ubuntu-latest steps: - name: Checkout