Skip to content

Commit bc0c36a

Browse files
committed
chore: update workflows config.
1 parent 21eeecc commit bc0c36a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,8 @@ jobs:
5757
```
5858
5959
${{ steps.changelog.outputs.compareurl }}
60-
${{ steps.changelog.outputs.changelog }}
60+
${{ steps.changelog.outputs.changelog }}
61+
62+
- run: git status
63+
- run: npm install @jsdevtools/npm-publish -g
64+
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package/react-native-uiw/package.json

0 commit comments

Comments
 (0)