Skip to content

Hotfix: delayed bot initialization #4

Hotfix: delayed bot initialization

Hotfix: delayed bot initialization #4

Workflow file for this run

name: Publish to Modrinth
'on':
release:
types: [ published ]
jobs:
publish:
name: Build and Upload JARs
runs-on: ubuntu-latest
steps:
- name: Upload to Modrinth
uses: cloudnode-pro/[email protected]
with:
token: ${{ secrets.MODRINTH_TOKEN }}
project: 4KA72Zn8
file: target/DiSky-v${{ github.event.release.tag_name }}.jar
changelog: ${{ github.event.release.body }}
loaders: paper, spigot
api-domain: api.modrinth.com