LambdAurora / LambdaBetterGrass

A better grass mod for Minecraft.
https://lambdaurora.dev/projects/lambdabettergrass/
MIT License
178 stars 43 forks source link

ci: Don't run `curseforge`, `modrinth`, and `modrinthSyncBody` when their tokens are not set #81

Closed 5HT2 closed 1 year ago

5HT2 commented 1 year ago

This is required in order to be able to run actions publish releases on forks, which I was trying to do to re-add release artifact publishing

LambdAurora commented 1 year ago

Wouldn't those loggers print everytime Gradle is invoked? That'd get pretty annoying.

5HT2 commented 1 year ago

They would. I can remove the logging entirely, or set it to debug (which would only show with the --verbose flag on gradle).