diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b59ea5b..4224982 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: display git info about the checkout stuff - run: git describe --tags --always + run: git branch --show-current - name: Set up JDK 15 uses: actions/setup-java@v3