Skip to content

ci: fix publish

ci: fix publish #46

Workflow file for this run

name: Test
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
- name: Build Artifact
run: mvn clean verify --batch-mode --file ./pom.xml