Skip to content

Adds release-dryrun workflow to test releasing process #12

Adds release-dryrun workflow to test releasing process

Adds release-dryrun workflow to test releasing process #12

Workflow file for this run

name: Perform trial release
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: adopt
- name: Build with Maven
run: >
mvn --batch-mode -DpushChanges=false -DpushChanges=false -DreleaseVersion=0.0-trial release:prepare -DlocalCheckout=true release:perform