Skip to content

Commit

Permalink
Upstream input fix (#4059)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas authored Aug 27, 2024
1 parent ca3636a commit 26c6268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gh/update/latest-version-of.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 26c6268

Please sign in to comment.