Skip to content

Commit

Permalink
fix: fix debug prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored and travi committed Sep 21, 2020
1 parent 11ee135 commit cfa2f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/glob-assets.js
Expand Up @@ -3,7 +3,7 @@ const {basename} = require('path');
const {isPlainObject, castArray, uniqWith, uniq} = require('lodash');
const dirGlob = require('dir-glob');
const globby = require('globby');
const debug = require('debug')('semantic-release:github');
const debug = require('debug')('semantic-release:gitlab');

module.exports = async ({cwd}, assets) =>
uniqWith(
Expand Down

0 comments on commit cfa2f17

Please sign in to comment.