add release

This commit is contained in:
2025-09-07 22:12:11 +02:00
parent 962bc53068
commit c8a9ee8168
4 changed files with 123 additions and 3 deletions

View File

@@ -26,20 +26,17 @@ jobs:
publish-artifact:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ inputs.BRANCH_REFERENCE }}
token: ${{ secrets.CI_BOT_TOKEN }}
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ inputs.JAVA_VERSION }}
- name: Run Gradle
run: ./gradlew ${{ inputs.GRADLE_TASK }}
shell: bash