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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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