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