Skip to content

Commit b2a226d

Browse files
author
silence717
committed
chore: update release workflow to support react-native
1 parent 5f33c6a commit b2a226d

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

.github/workflows/release-insiders.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,8 @@ jobs:
6060
run: npm publish ./react --access public --provenance --tag insiders
6161
env:
6262
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
63+
64+
- name: Publish `@jinshuju/field-icons-react-native`
65+
run: npm publish ./react-native --access public --provenance --tag insiders
66+
env:
67+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ jobs:
5454
run: npm publish ./react --access public --provenance --tag ${{ env.RELEASE_CHANNEL }}
5555
env:
5656
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
57+
58+
- name: Publish `@jinshuju/field-icons-react-native`
59+
run: npm publish ./react-native --access public --provenance --tag ${{ env.RELEASE_CHANNEL }}
60+
env:
61+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jinshuju/field-icons",
3-
"version": "4.0.4",
3+
"version": "4.0.5-alpha.1",
44
"license": "MIT",
55
"repository": "https://github.com/jinshuju/field-icons.git",
66
"files": [

react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jinshuju/field-icons-react-native",
33
"license": "MIT",
4-
"version": "4.0.4",
4+
"version": "4.0.5-alpha.1",
55
"description": "React Native icons for Jinshuju fields",
66
"keywords": [],
77
"homepage": "https://github.com/jinshuju/field-icons#readme",

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jinshuju/field-icons-react",
33
"license": "MIT",
4-
"version": "4.0.4",
4+
"version": "4.0.5-alpha.1",
55
"description": "",
66
"keywords": [],
77
"homepage": "https://github.com/jinshuju/field-icons#readme",

0 commit comments

Comments
 (0)