groowt/.gitea/workflows/gitea-ci.yml
Jesse Brault 347c66b4c8
All checks were successful
Groowt Check and Publish / ci (push) Successful in 7m8s
Update publish/gitea workflow and bump version number.
2025-06-29 17:40:42 -05:00

21 lines
484 B
YAML

name: Groowt Check and Publish
on:
push:
tags:
- v*
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Setup Java.
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
- name: Check libraries
run: ./gradlew check
- name: Publish to git.jessebrault.com
run: ./gradlew publishAllPublicationsToGiteaRepository