Skip to content

Commit

Permalink
chore: try fetching all tags and history in canary job
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Mar 18, 2020
1 parent 19cc9a9 commit 52b061e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Expand Up @@ -150,14 +150,6 @@ jobs:
# Fetch all history for all tags and branches in this job because lerna needs it
- run: |
git fetch --prune --unshallow
echo "fetched"
git status
echo "end status 1"
git checkout master
git status
echo "end status 2"
echo "git log:"
git log -n 2
- name: Use Node.js ${{ env.PRIMARY_NODE_VERSION }}
uses: actions/setup-node@v1
Expand All @@ -184,6 +176,6 @@ jobs:
yarn check-clean-workspace-after-install
- name: Publish all packages to npm
run: npx lerna publish --log-level=verbose --canary --exact --force-publish --yes
run: npx lerna publish --loglevel=verbose --canary --exact --force-publish --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 52b061e

Please sign in to comment.