Skip to content

Fix failed to validate the relationship group key #1582 #85

Fix failed to validate the relationship group key #1582

Fix failed to validate the relationship group key #1582 #85

name: Publish turms plugins
on:
workflow_dispatch:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Set up Java
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: 21
- name: Build
run: |
mvn clean package -Dmaven.test.skip=true -am -B -pl \
turms-plugins/turms-plugin-antispam,\
turms-plugins/turms-plugin-minio,\
turms-plugins/turms-plugin-push,\
turms-plugins/turms-plugin-rasa \
--no-transfer-progress
- name: Release
uses: softprops/action-gh-release@v2.1.0
with:
# TODO: Use a fixed name until we start a general release
name: v0.10.0-SNAPSHOT
tag_name: v0.10.0-SNAPSHOT
prerelease: true
generate_release_notes: false
fail_on_unmatched_files: true
files: |
turms-plugins/**/target/*.jar