Skip to content

Commit

Permalink
fixed netlify specific mbv not pulling in the correct tags part 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Sep 30, 2024
1 parent 945abd5 commit a245c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mvb.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ if (process.env?.NETLIFY === 'true') {
} else await exec('git', ['clone', gitDir, './']);

// get extended version information
const {extended} = await getTags(gitDir);
const {extended} = await getTags(gitDir, options);
debug('determined versions to build: %o', extended);

// if we cant find the base build then reset it to dev
Expand Down

0 comments on commit a245c03

Please sign in to comment.