diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a31dc2..c238400 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ jobs: uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. with: persist-credentials: false + fetch-depth: 0 # Shallow clones should not be used for deployments, as they do not contain the full history of the repository. - name: Parse tag id: vars