Skip to content

Commit 08ea4fb

Browse files
authored
fix(ci): change releaserc url to ssh to use deploy keys (#18)
1 parent ab5efcc commit 08ea4fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"branches": ["main"],
33
"tagFormat": "${version}",
4-
"repositoryUrl": "https://github.com/youversion/platform-sdk-reactnative",
4+
"repositoryUrl": "git@github.com:youversion/platform-sdk-reactnative.git",
55
"plugins": [
66
[
77
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)