From 3fb558f7abad518a489df29a50965e4a82472faf Mon Sep 17 00:00:00 2001 From: James Mead Date: Mon, 20 Jan 2025 11:03:53 +0000 Subject: [PATCH] TEMP: Log npm user --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 683afbfe549..a594ff6190d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -84,7 +84,9 @@ jobs: run: | RELEASE_VERSION="0.1.0-raspberrypifoundation.$(date +'%Y%m%d%H%M%S')" npm version --no-git-tag-version $RELEASE_VERSION + npm whoami --registry https://npm.pkg.github.com/ npm set https://npm.pkg.github.com/:_authToken=$NPM_TOKEN + npm whoami --registry https://npm.pkg.github.com/ npm publish --access public --tag latest - name: Deploy playground to GitHub Pages uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3