Skip to content

Commit 52b061e

Browse files
committed
chore: try fetching all tags and history in canary job
1 parent 19cc9a9 commit 52b061e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,6 @@ jobs:
150150
# Fetch all history for all tags and branches in this job because lerna needs it
151151
- run: |
152152
git fetch --prune --unshallow
153-
echo "fetched"
154-
git status
155-
echo "end status 1"
156-
git checkout master
157-
git status
158-
echo "end status 2"
159-
echo "git log:"
160-
git log -n 2
161153
162154
- name: Use Node.js ${{ env.PRIMARY_NODE_VERSION }}
163155
uses: actions/setup-node@v1
@@ -184,6 +176,6 @@ jobs:
184176
yarn check-clean-workspace-after-install
185177
186178
- 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
188180
env:
189181
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy