Skip to content

ci(central): add configurations for JReleaser publication to Maven Ce… #38

ci(central): add configurations for JReleaser publication to Maven Ce…

ci(central): add configurations for JReleaser publication to Maven Ce… #38

Workflow file for this run

name: CI build and push
on:
push:
branches:
- main
- v[0-9]+
- v[0-9]+.[0-9]+
- cryostat-v[0-9]+.[0-9]+
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- run: mvn -B -U clean verify