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 a3354b2 commit 059a104Copy full SHA for 059a104
.github/workflows/publish-package.yml
@@ -53,6 +53,8 @@ jobs:
53
echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" >> .npmrc
54
git config --global user.email "[email protected]"
55
git config --global user.name "sendbird-sdk-deployment"
56
+ - name: 'build packages'
57
+ run: yarn build
58
- name: 'publish to npm'
59
env:
60
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments