diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea0012a..6cdd056 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,9 @@ jobs: env: APP_VERSION: ${{ needs.build.outputs.app-version }} steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/download-artifact@v4 with: name: release