diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3aae1b4a..439f7fd9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,6 +59,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: path: .repo + fetch-depth: 0 - name: Install Dependencies run: cd .repo && yarn install --check-files --frozen-lockfile - name: Create js artifact @@ -109,6 +110,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: path: .repo + fetch-depth: 0 - name: Install Dependencies run: cd .repo && yarn install --check-files --frozen-lockfile - name: Create java artifact @@ -160,6 +162,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: path: .repo + fetch-depth: 0 - name: Install Dependencies run: cd .repo && yarn install --check-files --frozen-lockfile - name: Create python artifact @@ -274,6 +277,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: path: .repo + fetch-depth: 0 - name: Install Dependencies run: cd .repo && yarn install --check-files --frozen-lockfile - name: Create go artifact