ola-adolfsson-ipex

Results 3 comments of ola-adolfsson-ipex

I had somewhat the same issue. I just removed the token. ``` - name: Clone repo uses: actions/checkout@v2 with: repository: believrapp/api-env ref: main path: cloned-secrets token: $ {{ secrets.GH_TOKEN}}

I can confirm the issue as well. After some investigation we found that our package was ignored due to it matched a pattern in .gitignore. (Don't ask why we have...

> @ola-adolfsson-ipex It is expected behavior in newer versions of Lerna that packages that are in `.gitignore` are excluded. As for `lerna `list, do your packages have `"private": true` in...