Skip to content

refactor: move commands to common module #1

refactor: move commands to common module

refactor: move commands to common module #1

Workflow file for this run

name: Publish to Modrinth
on:
workflow_dispatch:
push:
branches:
- 'main'
paths-ignore:
- "**.md"
- "renovate.json"
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '25'
- name: Deploy
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CHANGELOG: ${{ github.event.head_commit.message }}
run: ./gradlew modrinth --no-daemon