Automatic publishing to CurseForge/Modrinth
Madis0 opened this issue · 7 comments
It would be nice to have an Action that would automatically publish new releases to Modrinth. CurseForge is a bit harder because it has to have MultiMC, special changelogs etc so that's not needed atm.
robinraju's release-downloader v1.9 now includes a boolean preRelease
, which fixes my problems, even though I have to toggle it before I make any alpha versions again.
The mc-publish
action should work, even though this is a modpack. We'd need to build it first, but we can publish it using that because it uses files
inputs, so we can just upload the .zip
(or .mrpack
if applicable) via that.
I should be able to take on this one, but not sure when it will happen, since this isn't a super high priority issue, correct?
I should be able to take on this one, but not sure when it will happen, since this isn't a super high priority issue, correct?
Yeah, test whenever because I'm not sure if it is even possible with my file structure.
We'd need to build it first, but we can publish it using that because it uses files inputs, so we can just upload the .zip (or .mrpack if applicable) via that.
Do we really need to build it though? Can't we attach the Action to releases instead of commits and therefore just take the mrpack from the release?
I should be able to take on this one, but not sure when it will happen, since this isn't a super high priority issue, correct?
Yeah, test whenever because I'm not sure if it is even possible with my file structure.
We'd need to build it first, but we can publish it using that because it uses files inputs, so we can just upload the .zip (or .mrpack if applicable) via that.
Do we really need to build it though? Can't we attach the Action to releases instead of commits and therefore just take the mrpack from the release?
In theory, yes - I hadn't thought of that actually somehow.
Leaving this open until we get a new release to tell whether #492 works.