Skip to content

refactor: drop component patches #12

refactor: drop component patches

refactor: drop component patches #12

Workflow file for this run

name: Publish
on:
push:
branches:
- main
- develop
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git User Details
run: git config --global user.email "actions@github.com" && git config --global user.name "Github Actions"
- uses: MineInAbyss/publish-action@develop
with:
pre-build: "gradle applyPatches"
build-tasks: "createMojmapBundlerJar"
release-files: |
${{ github.workspace }}/build/libs/*.jar