Skip to content

Commit 141fb62

Browse files
committed
add action to publish version
1 parent 7b2ac78 commit 141fb62

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.changeset/many-experts-agree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@phantom/react-native-webview': major
3+
---
4+
5+
Fork complete

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
uses: changesets/action@v1
3535
with:
3636
# This expects you to have a script called release which does a build for your packages and calls changeset publish
37-
version: yarn changeset version
3837
publish: yarn release
3938
env:
4039
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"version": "0.0.1",
1616
"homepage": "https://github.com/phantom/react-native-webview#readme",
1717
"scripts": {
18+
"release": "yarn changeset publish",
1819
"android": "react-native run-android",
1920
"ios": "react-native run-ios",
2021
"macos": "react-native run-macos --scheme WebviewExample --project-path example/macos",

0 commit comments

Comments
 (0)