diff --git a/.github/workflows/deploy_master.yml b/.github/workflows/deploy_master.yml index fb8ac597..4b08ed01 100644 --- a/.github/workflows/deploy_master.yml +++ b/.github/workflows/deploy_master.yml @@ -51,6 +51,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: 'Get Tag' id: tag