updated action to run on more conditions

This commit is contained in:
Philip Ellis
2024-02-01 12:58:24 -06:00
parent cb747f8397
commit bd07f0ceb6
8 changed files with 29413 additions and 18783 deletions

View File

@@ -33,7 +33,7 @@ const release = async () => {
privateRemoteCollectionIdUid = postmanCollections[args[2].toLowerCase() + 'Uid']
mainPublicCollectionId = postmanCollections[args[2].toLowerCase() + 'Public']
localCollection = JSON.parse(fs.readFileSync(postmanCollections[args[2].toLowerCase() + 'Location'], 'utf8'))
SpecCollection = JSON.parse(fs.readFileSync(postmanCollections[args[2].toLowerCase() + 'SpecLocation'], 'utf8'))
//SpecCollection = JSON.parse(fs.readFileSync(postmanCollections[args[2].toLowerCase() + 'SpecLocation'], 'utf8'))
let remoteCollection = await refreshRemoteCollection(privateRemoteCollectionId)