Skip to content

refactor(script for build beacaus of yaml syntax) #4

refactor(script for build beacaus of yaml syntax)

refactor(script for build beacaus of yaml syntax) #4

Workflow file for this run

name: 'Build and Release'
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
- name: Build
run: ./build-with-maven.sh
- name: Release
uses: softprops/action-gh-release@v2
with:
files: metadata-webimpl/target/metadata.jar