diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7bdbf32..084ebe8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,11 +19,12 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true # Fetch all to make git describe work correctly fetch-depth: 0 + ref: ${{ github.ref_name }} - name: Setup Java uses: actions/setup-java@v1