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 21eeecc commit bc0c36aCopy full SHA for bc0c36a
.github/workflows/ci.yml
@@ -57,4 +57,8 @@ jobs:
57
```
58
59
${{ steps.changelog.outputs.compareurl }}
60
- ${{ steps.changelog.outputs.changelog }}
+ ${{ 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