Skip to content

Merge remote-tracking branch 'origin/main' #6

Merge remote-tracking branch 'origin/main'

Merge remote-tracking branch 'origin/main' #6

Workflow file for this run

name: release
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: |
git config user.name github-actions
git config user.email github-actions@github.com
- name: Setup JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
- name: Release
uses: gradle/gradle-build-action@v3
with:
arguments: release -Prelease.useAutomaticVersion=true