diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 1c4f94ef..39ea4e94 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -10,6 +10,10 @@ jobs: name: Build artifacts job runs-on: ubuntu-22.04 steps: + - name: Checkout code + uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Checkout Repository uses: actions/checkout@v4 - name: Validate Gradle Wrapper