parent
1b56526711
commit
d8b37ed0e6
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ async function getTags(repositoryName) {
|
||||||
repo: repositoryName
|
repo: repositoryName
|
||||||
});
|
});
|
||||||
|
|
||||||
const tags = [];
|
const tags = ["master"];
|
||||||
|
|
||||||
// NOTE:
|
// NOTE:
|
||||||
// The versioning in our repos do not make sense so extra
|
// The versioning in our repos do not make sense so extra
|
||||||
|
|
Loading…
Add table
Reference in a new issue