Skip to content

Commit 4cbe568

Browse files
authored
Add files via upload
1 parent a7f183d commit 4cbe568

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Level — .github/workflows/publish.yml
2+
# CurseForge-first rollout. Hangar left blank; add its slug later to enable Hangar.
3+
4+
name: Publish release
5+
6+
on:
7+
release:
8+
types: [published]
9+
10+
jobs:
11+
publish:
12+
uses: bentoboxworld/.github/.github/workflows/publish-platforms.yml@main
13+
with:
14+
hangar_slug: ""
15+
curseforge_id: "1514824"
16+
game_versions: "26.1.2,26.1.1,26.1,1.21.11,1.21.10,1.21.9,1.21.8,1.21.7,1.21.6"
17+
secrets:
18+
HANGAR_API_KEY: ${{ secrets.HANGAR_API_KEY }}
19+
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}

0 commit comments

Comments
 (0)