Skip to content

Bump org.sonatype.central:central-publishing-maven-plugin from 0.4.0 to 0.6.0 #17

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

Bump org.sonatype.central:central-publishing-maven-plugin from 0.4.0 to 0.6.0 #17

Workflow file for this run

name: preview
on:
pull_request:
types:
- labeled
jobs:
release:
name: Preview release
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- id: bumpr
if: "!startsWith(github.ref, 'refs/tags/')"
name: Bump versions
uses: haya14busa/action-bumpr@v1