Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Removed Integrations from Readme #674

Removed Integrations from Readme

Removed Integrations from Readme #674

Workflow file for this run

name: Development Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: adopt
- name: Build
run: ./gradlew build
- name: Release
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: "1.21.1_1.0.9.0"
prerelease: true
title: "1.21.1 | 1.0.9.0"
files: |
./build/libs/*.jar