Skip to content

Refactor README.md for readability and relevance (#213) #31

Refactor README.md for readability and relevance (#213)

Refactor README.md for readability and relevance (#213) #31

Workflow file for this run

name: Release
on:
push:
tags:
- 1.*
- 2.*
- 3.*
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: zulu
- name: Build with Maven
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B deploy --file pom.xml --settings ci/settings.xml