mirror of
https://github.com/CarmJos/UserPrefix.git
synced 2026-06-04 15:28:21 +08:00
ci(deploy): Add deployment to Modrinth
This commit is contained in:
@@ -87,4 +87,25 @@ jobs:
|
||||
- name: "Push javadocs"
|
||||
run: |
|
||||
cd docs
|
||||
git push origin HEAD:gh-pages --force
|
||||
git push origin HEAD:gh-pages --force
|
||||
|
||||
- name: "Modrinth Publish"
|
||||
id: publish-modrinth
|
||||
uses: Kir-Antipov/mc-publish@v3.3
|
||||
with:
|
||||
modrinth-id: tLcVHCPk
|
||||
modrinth-featured: true
|
||||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
||||
files: |
|
||||
.asset/*.jar
|
||||
loaders: |
|
||||
spigot
|
||||
paper
|
||||
purpur
|
||||
game-versions: |
|
||||
>=1.8 <=1.21.8
|
||||
game-version-filter: releases
|
||||
java: |
|
||||
8
|
||||
dependencies: |
|
||||
placeholderapi(recommended)
|
||||
Reference in New Issue
Block a user