Skip to content

Commit

Permalink
TEMP: Log npm user
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jan 20, 2025
1 parent 13688e0 commit 3fb558f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fb558f

Please sign in to comment.