Skip to content

updated workflow 15 #32

updated workflow 15

updated workflow 15 #32

name: car-demo-common-service
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'temurin'
cache: maven
- name: Build and Publish Maven
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
. servicedeploy.sh