diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 70aecbadb..4a5965548 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function + fetch-depth: 0 # Causes all history to be fetched, which is required for calculate-version to function - name: Install Python 3.8 uses: actions/setup-python@v1