Skip to content

[maven-release-plugin] prepare for next development iteration #13

[maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration #13

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[maven-release-plugin]') }}
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Set up Node 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Build with Maven
run: mvn --batch-mode --update-snapshots install