BSkyBlock/.github/workflows/modrinth.yml

15 lines
333 B
YAML
Raw Normal View History

name: Modrinth-Release
on:
release:
types: [published]
2023-08-06 21:17:53 +02:00
jobs:
2023-08-06 21:26:19 +02:00
build:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: mc-publish
uses: Kir-Antipov/mc-publish@v3.3
with:
# Publish on Modrinth.
modrinth-id: bskyblock
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}