Skip to content

New release for v2.0.0 #4

New release for v2.0.0

New release for v2.0.0 #4

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
name: Kommand Publish
on:
push:
tags:
- "*"
workflow_dispatch:
permissions:
contents: read
jobs:
publish:
runs-on: [self-hosted, macOS, ARM64, aarch64-apple-darwin]
steps:
- uses: actions/checkout@v4
- name: Set up just
uses: extractions/setup-just@v1
- name: Test Gradle availability
run: ./gradlew build --dry-run
- name: Test with Docker
run: just autoPublish