Skip to content

Update kotlin monorepo to v1.9.21 #32

Update kotlin monorepo to v1.9.21

Update kotlin monorepo to v1.9.21 #32

Workflow file for this run

name: master
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: JDK
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
- name: Build
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
git config user.email "actions@github.com"
git config user.name "GitHub Actions"
git pull
mvn -q -s settings.xml -B release:prepare release:perform