We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17ec1e commit bb8b7fbCopy full SHA for bb8b7fb
.github/workflows/release.yml
@@ -1,7 +1,9 @@
1
name: Release React Native SDK
2
3
permissions:
4
+ id-token: write
5
contents: read
6
+
7
on:
8
release:
9
types: [published]
packages/react-native/package.json
@@ -6,7 +6,7 @@
"homepage": "https://formbricks.com",
"repository": {
"type": "git",
- "url": "https://github.com/formbricks/formbricks"
+ "url": "https://github.com/formbricks/react-native"
10
},
11
"keywords": [
12
"Formbricks",
0 commit comments