Skip to content

Feature/expand project types (#162) #360

Feature/expand project types (#162)

Feature/expand project types (#162) #360

Workflow file for this run

name: Build
on:
push:
branches: [ main, hotfix/**, release/** ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build and deploy on maven repository
run: ./mvnw --batch-mode clean deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}