mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-21 11:35:13 +01:00
Add Modrinth publish workflow for GitHub Actions
This commit is contained in:
parent
0e0c0b24f2
commit
01e6f9263b
1
.github/.gitignore
vendored
Normal file
1
.github/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
10
.github/workflows/modrinth.yml
vendored
Normal file
10
.github/workflows/modrinth.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
name: Modrinth-Release
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
steps:
|
||||||
|
- uses: Kir-Antipov/mc-publish@v3.3
|
||||||
|
with:
|
||||||
|
# Publish on Modrinth.
|
||||||
|
modrinth-id: bskyblock
|
||||||
|
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
Loading…
Reference in New Issue
Block a user