stardew-access / stardew-access

An accessibility mod for Stardew Valley with screen reader and keyboard only support!
GNU General Public License v3.0
84 stars 26 forks source link

[CI] Break-down Publish Job Into Multiple Jobs #418

Open khanshoaib3 opened 5 months ago

khanshoaib3 commented 5 months ago

Primary reason for this is DRMU. As DRMU requires a session cookie, which changes with every login in nexusmods and I forget this and directly execute the release workflow.

And after updating the cookie in the repo's secrets. I have to execute a new workflow run just for nexus.

But if I breakdown the publish into publish-github and publish-nexus, I can re-run the public-nexus job from the old (failed) workflow run whenever I forget to update the session cookie.