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 19cc9a9 commit 52b061eCopy full SHA for 52b061e
.github/workflows/ci.yml
@@ -150,14 +150,6 @@ jobs:
150
# Fetch all history for all tags and branches in this job because lerna needs it
151
- run: |
152
git fetch --prune --unshallow
153
- echo "fetched"
154
- git status
155
- echo "end status 1"
156
- git checkout master
157
158
- echo "end status 2"
159
- echo "git log:"
160
- git log -n 2
161
162
- name: Use Node.js ${{ env.PRIMARY_NODE_VERSION }}
163
uses: actions/setup-node@v1
@@ -184,6 +176,6 @@ jobs:
184
176
yarn check-clean-workspace-after-install
185
177
186
178
- name: Publish all packages to npm
187
- run: npx lerna publish --log-level=verbose --canary --exact --force-publish --yes
179
+ run: npx lerna publish --loglevel=verbose --canary --exact --force-publish --yes
188
180
env:
189
181
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments