Skip to content

test

test #3

Workflow file for this run

name: publish
on:
workflow_dispatch:
push:
jobs:
publish:
runs-on: ubuntu-latest
container:
image: cimg/openjdk:11.0.22
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: mvn package javadoc:jar source:jar
- name: Publish
uses: .github/actions/central-publish@main