mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Upstream input fix (#4059)
This commit is contained in:
parent
ca3636a290
commit
26c626817c
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user