Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-Holbrook committed Jan 29, 2025
1 parent 9ddf4ef commit f04f28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReleaseCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class ReleaseCreator {
}
) {
dotenv.config();
utils.verbose = true;
utils.verbose = false;

logger.log(`Token: ${process.env.GH_TOKEN}`);
logger.log(`Token empty check: ${process.env.GH_TOKEN !== ''}`);
Expand Down

0 comments on commit f04f28e

Please sign in to comment.