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

12 lines
266 B
YAML

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