Upstream input fix (#4059)

This commit is contained in:
MichalKinas
2024-08-27 08:11:38 +02:00
committed by GitHub
parent ca3636a290
commit 26c626817c

View File

@@ -3,6 +3,7 @@ function inDays(d1, d2) {
} }
module.exports = async ({ exec, github, dependencyName, tag }) => { module.exports = async ({ exec, github, dependencyName, tag }) => {
tag = tag || 'alpha';
const organization = 'alfresco'; const organization = 'alfresco';
const dependencyFullName = `@${organization}/${dependencyName}`; const dependencyFullName = `@${organization}/${dependencyName}`;
const pkg = require('../../../package.json'); const pkg = require('../../../package.json');