diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 92c33c46..5cb37140 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -117,6 +117,12 @@ jobs: run: | echo "Release version: ${RELEASE_VERSION}" + - name: Checkout repository + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + fetch-depth: 1 + persist-credentials: false + - name: Get release artifacts uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: