Skip to content

Commit 95cd145

Browse files
Add dummy CurseForge/Modrinth inputs to publish.yml
1 parent 796d2b4 commit 95cd145

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ on:
1616
description: "Publish to GitHub"
1717
type: boolean
1818
default: true
19+
publish_curseforge:
20+
description: "Dummy input. Does nothing."
21+
type: boolean
22+
default: false
23+
publish_modrinth:
24+
description: "Dummy input. Does nothing."
25+
type: boolean
26+
default: false
1927
update_website:
2028
description: "Update WurstClient.net post (only works if there already is one)"
2129
type: boolean

0 commit comments

Comments
 (0)