Skip to content

Commit cfa2f17

Browse files
Julien Bouquillontravi
authored andcommitted
fix: fix debug prefix
1 parent 11ee135 commit cfa2f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/glob-assets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const {basename} = require('path');
33
const {isPlainObject, castArray, uniqWith, uniq} = require('lodash');
44
const dirGlob = require('dir-glob');
55
const globby = require('globby');
6-
const debug = require('debug')('semantic-release:github');
6+
const debug = require('debug')('semantic-release:gitlab');
77

88
module.exports = async ({cwd}, assets) =>
99
uniqWith(

0 commit comments

Comments
 (0)