Skip to content

Commit b4a83fa

Browse files
author
REDMOND\acoates
committed
fix
1 parent f8e0b64 commit b4a83fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ado/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
displayName: 'npm auth'
7070
inputs:
7171
filename: npm
72-
arguments: 'config set $(publishnpmfeed)/:_authToken $(npmTokenOffice)'
72+
arguments: 'config set $(publishnpmfeed)/registry/:_authToken $(npmTokenOffice)'
7373

7474
- task: CmdLine@2
7575
displayName: Do Publish
@@ -80,5 +80,5 @@ jobs:
8080
displayName: 'npm unauth'
8181
inputs:
8282
filename: npm
83-
arguments: 'config set //office.pkgs.visualstudio.com/_packaging/Office/npm/:_authToken XXXXX'
83+
arguments: 'config set $(publishnpmfeed)/registry/:_authToken XXXXX'
8484

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native",
3-
"version": "0.0.2-microsoft.3",
3+
"version": "0.0.2-microsoft.6",
44
"description": "[Microsoft Fork] A framework for building native apps using React",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)