Skip to content

v1.10.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 10:56

Fixed

  • CurseForge upload never actually ran: The release workflow passed the API key to the BigWigsMods packager as CF_API_TOKEN, but the packager only recognizes CF_API_KEY. Every automated release job (including 1.10.1) therefore reported success while silently skipping the CurseForge upload — no file ever reached CurseForge. The workflow now passes the key under the name the packager expects.