diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca686ac..e1373be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Fix Checkout + run: | + git fetch --force --tags - name: Prepare environment run: |