Skip to content

feat: merge thai letters programmatically (#2343) #333

feat: merge thai letters programmatically (#2343)

feat: merge thai letters programmatically (#2343) #333

Workflow file for this run

name: Maven Release
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
cache: maven
- run: git config user.name 'github-actions[bot]'
- run: git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
- run: mvn release:clean
- run: mvn release:prepare
- run: mvn release:perform
env:
GITHUB_TOKEN: ${{ github.token }}