diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 9278e5a..26328a3 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -46,6 +46,9 @@ jobs: steps: - name: Check out the repository uses: actions/checkout@v2 + with: + fetch-depth: 0 + token: ${{ secrets.PAT_RELEASE_PACKAGES }} - name: Set up Python uses: actions/setup-python@v2