Skip to content

fix: chat decorate handling #149

fix: chat decorate handling

fix: chat decorate handling #149

Workflow file for this run

name: Publish Packages
on:
push:
branches:
- master
- develop
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: MineInAbyss/publish-action@v3
with:
maven-username: ${{ secrets.MAVEN_PUBLISH_USERNAME }}
maven-password: ${{ secrets.MAVEN_PUBLISH_PASSWORD }}
release-files: |
${{ github.workspace }}/publish/*.jar
${{ github.workspace }}/chatty-velocity/build/publish/*.jar