File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,17 @@ jobs:
25
25
with :
26
26
github_token : ${{ secrets.GITHUB_TOKEN }}
27
27
28
+ - name : Build package and documentation
29
+ run : yarn build
30
+
28
31
- name : Build NPM Package
29
32
working-directory : packages/skia
30
33
run : |
31
- yarn build
32
34
npx semantic-release
33
35
env :
34
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
37
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
36
38
37
- - name : Install & Build Docs
38
- run : cd apps/docs; yarn build;
39
-
40
39
- name : Deploy to GitHub Pages
41
40
uses : peaceiris/actions-gh-pages@v3
42
41
with :
Original file line number Diff line number Diff line change 74
74
- name : Build package
75
75
run : yarn build
76
76
77
+ - name : Build dry run release
78
+ working-directory : packages/skia
79
+ run : |
80
+ npx semantic-release --dry-run
81
+ env :
82
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
83
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
84
+
77
85
build-android-ubuntu :
78
86
runs-on : ubuntu-latest
79
87
continue-on-error : true
Original file line number Diff line number Diff line change 19
19
"@docusaurus/core" : " 2.4.3" ,
20
20
"@docusaurus/preset-classic" : " 2.4.3" ,
21
21
"@mdx-js/react" : " ^1.6.21" ,
22
- "@shopify/react-native-skia" : " link:../package/ " ,
22
+ "@shopify/react-native-skia" : " workspace:* " ,
23
23
"@svgr/webpack" : " ^5.5.0" ,
24
24
"clsx" : " ^1.1.1" ,
25
25
"docusaurus-preset-shiki-twoslash" : " 1.1.41" ,
Original file line number Diff line number Diff line change @@ -3721,12 +3721,6 @@ __metadata:
3721
3721
languageName: node
3722
3722
linkType: hard
3723
3723
3724
- "@shopify/react-native-skia@link:../package/::locator=docs%40workspace%3Aapps%2Fdocs":
3725
- version: 0.0.0-use.local
3726
- resolution: "@shopify/react-native-skia@link:../package/::locator=docs%40workspace%3Aapps%2Fdocs"
3727
- languageName: node
3728
- linkType: soft
3729
-
3730
3724
"@shopify/react-native-skia@workspace:*, @shopify/react-native-skia@workspace:packages/skia":
3731
3725
version: 0.0.0-use.local
3732
3726
resolution: "@shopify/react-native-skia@workspace:packages/skia"
@@ -7734,7 +7728,7 @@ __metadata:
7734
7728
"@docusaurus/module-type-aliases": 2.4.3
7735
7729
"@docusaurus/preset-classic": 2.4.3
7736
7730
"@mdx-js/react": ^1.6.21
7737
- "@shopify/react-native-skia": "link:../package/ "
7731
+ "@shopify/react-native-skia": "workspace:* "
7738
7732
"@svgr/webpack": ^5.5.0
7739
7733
"@tsconfig/docusaurus": ^1.0.4
7740
7734
clsx: ^1.1.1
You can’t perform that action at this time.
0 commit comments