fix: unshallow repository with credentials
This commit is contained in:
committed by
Pierre Vanduynslager
parent
c02b5cac6b
commit
45d7e6f25f
@@ -57,7 +57,7 @@ async function run(options, plugins) {
|
||||
await plugins.verifyConditions({options, logger}, {settleAll: true});
|
||||
|
||||
// Unshallow the repo in order to get all the tags
|
||||
await unshallow();
|
||||
await unshallow(options.repositoryUrl);
|
||||
|
||||
const lastRelease = await getLastRelease(options.tagFormat, logger);
|
||||
const commits = await getCommits(lastRelease.gitHead, options.branch, logger);
|
||||
|
||||
Reference in New Issue
Block a user