diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4504ab8..ad79176 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,10 @@ jobs: if: startsWith(github.ref, 'refs/heads/release/') runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v3 + with: + fetch-depth: '0' - name: Download Package / Artifact if: ${{ inputs.releaseVersion != '' }} uses: actions/download-artifact@v3