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 c717a82 commit aaab5c6Copy full SHA for aaab5c6
.github/workflows/publish-package.yml
@@ -53,16 +53,14 @@ 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 }}
61
VERSION: ${{ github.event.inputs.version }}
62
DEBUG: '*'
63
run: |
64
yarn lerna version "$VERSION" --yes
65
- yarn lerna publish from-git --yes --loglevel verbose
+ yarn lerna publish from-git --yes
66
- name: 'approve a pull request'
67
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments