Fix CF/MN release

This commit is contained in:
Jason Mitchell 2024-01-21 08:28:33 -08:00 committed by Jason Mitchell
parent 48cd5ccaf4
commit c65ccf0550

View File

@ -97,4 +97,4 @@ jobs:
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
if: env.snapshot == 'false'
if: ${{ env.SNAPSHOT != 'true' }}