Skip to content

Commit acbe92c

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ado/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function doPublish() {
137137
},
138138
body: JSON.stringify({
139139
tag_name: `v${releaseVersion}`,
140-
target_commitish: publishBranchName,
140+
target_commitish: tempPublishBranch,
141141
name: `v${releaseVersion}`,
142142
body: `v${releaseVersion}`,
143143
draft: false,

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.6",
3+
"version": "0.0.2-microsoft.8",
44
"description": "[Microsoft Fork] A framework for building native apps using React",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)