Skip to content

Commit 3b4b69d

Browse files
authored
guide-release-process.md; fixed maven asset urls
1 parent 26d22f7 commit 3b4b69d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guide-release-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ Note, this may take a moment to update. Later, we will link to some of these art
227227

228228
```bash
229229
export VERSION=${NEW_VERSION#v}
230-
curl -I https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/$VERSION/react-native-artifacts-$VERSION-hermes-framework-dSYM-debug.tar.gz
231-
curl -I https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/$VERSION/react-native-artifacts-$VERSION-hermes-framework-dSYM-release.tar.gz
230+
curl -I https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/$VERSION/react-native-artifacts-$VERSION-reactnative-core-dSYM-debug.tar.gz
231+
curl -I https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/$VERSION/react-native-artifacts-$VERSION-reactnative-core-dSYM-release.tar.gz
232232
```
233233

234234
### Step 7: Update CHANGELOG.md

0 commit comments

Comments
 (0)