mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-28 12:45:15 +01:00
15 lines
333 B
YAML
15 lines
333 B
YAML
name: Modrinth-Release
|
|
on:
|
|
release:
|
|
types: [published]
|
|
jobs:
|
|
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 }} |