Skip to content

Commit

Permalink
chore: Remove GH_TOKEN debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Dec 31, 2023
1 parent 6cb3507 commit d504d6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/publish/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ export async function publish(options) {
// released regardless if they have changed files matching the package srcDir.
let RELEASE_ALL = false

if (typeof ghToken === 'string' && ghToken.length > 0) {
console.log('GH_TOKEN found')
}

if (!latestTag || tag) {
if (tag) {
if (!tag.startsWith('v')) {
Expand Down

0 comments on commit d504d6f

Please sign in to comment.