diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2e4ee264b..a24de690c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - fetch-depth: 0 fetch-tags: true - uses: actions/setup-java@v4 @@ -21,5 +20,4 @@ jobs: distribution: 'zulu' java-version: '17' - - run: git log - #git describe --tags + - run: git describe --tags