diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 69db9b7..1ee3dc7 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -6,10 +6,10 @@ on: jobs: build: runs-on: ubuntu-latest - # Skip CI if the commit message contains [ci-skip] - if: "!contains(github.event.head_commit.message, '[ci-skip]') && contains(github.event.head_commit.message, '[release]')" steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 # Our changelog generation requires the full git history - name: Set up JDK 21 uses: actions/setup-java@v4 with: