BSkyBlock/.github/workflows/modrinth.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 7: cannot unmarshal !!seq into model.Job

11 lines
253 B
YAML

name: Modrinth-Release
on:
release:
types: [published]
jobs:
steps:
- uses: Kir-Antipov/mc-publish@v3.3
with:
# Publish on Modrinth.
modrinth-id: bskyblock
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}