Skip to content

fix: Fix broken JReleaser config #411

fix: Fix broken JReleaser config

fix: Fix broken JReleaser config #411

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- README.md
pull_request:
branches:
- main
paths-ignore:
- README.md
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Check out repository
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Set up Java
uses: actions/setup-java@v5
with:
distribution: zulu
java-version: 17
cache: maven
- name: Build
run: ./mvnw --no-transfer-progress verify