diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d59f81..b92f884 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,14 +30,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - fetch-depth: 0 - - # Required for automatic versioning - # See https://github.com/actions/checkout/issues/1781 - - name: Fetch all tags - run: | - git fetch --tags --force - git describe --always ${{ github.ref }} + fetch-depth: 0 # Required for automatic versioning - name: Set up Python 3.8 uses: actions/setup-python@v4.5.0