Skip to content

fix: corrected headless jre from 11 (missing) to 17 #4

fix: corrected headless jre from 11 (missing) to 17

fix: corrected headless jre from 11 (missing) to 17 #4

name: Maven Snapshot Deploy
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
cache: 'maven'
- name: Build and Deploy package
run: mvn -B clean deploy --fae --file ops-client-sdk/pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}