Skip to content

Bump org.sonatype.central:central-publishing-maven-plugin from 0.5.0 to 0.6.0 #38

Bump org.sonatype.central:central-publishing-maven-plugin from 0.5.0 to 0.6.0

Bump org.sonatype.central:central-publishing-maven-plugin from 0.5.0 to 0.6.0 #38

Workflow file for this run

# SPDX-FileCopyrightText: The maven-parent Authors
# SPDX-License-Identifier: 0BSD
name: Verify Commits
on:
pull_request:
branches: [ main ]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Clone Git Repository
uses: actions/checkout@v4
- uses: ./.github/actions/managed-java
- name: Build with Maven
run: mvn --batch-mode verify