Skip to content

Commit b14e99b

Browse files
committed
ci: update repository URL and remove dry-run
1 parent 479c918 commit b14e99b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
29-
run: npx semantic-release --dry-run
29+
run: npx semantic-release

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
"@algorandfoundation/react-native-passkey-autofill",
2929
"ReactNativePasskeyAutofill"
3030
],
31-
"repository": "https://github.com/algorandfoundation/react-native-passkey-autofill",
31+
"repository": {
32+
"type": "git",
33+
"url": "git+ssh://git@github.com/algorandfoundation/react-native-passkey-autofill.git"
34+
},
3235
"bugs": {
3336
"url": "https://github.com/algorandfoundation/react-native-passkey-autofill/issues"
3437
},

0 commit comments

Comments
 (0)