Skip to content

Commit ee594ad

Browse files
Fix release pipeline (#1117)
1 parent a40cd7f commit ee594ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build/src/push.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ async function push(repo, release, updateLatest, registry, registryPath, stubReg
6363
'acr',
6464
'login',
6565
'--name',
66-
registryName
66+
registryName,
67+
'--username',
68+
'$TOKEN_NAME',
69+
'--password',
70+
'$PASSWORD'
6771
], spawnOpts);
6872

6973
console.log(`**** Pushing ${currentJob['id']}: ${currentJob['variant']} ${release} ****`);

0 commit comments

Comments
 (0)