Skip to content

Commit

Permalink
Merge pull request #1454 from glimmerjs/debug-npm
Browse files Browse the repository at this point in the history
debug npm access
  • Loading branch information
NullVoxPopuli authored Oct 24, 2023
2 parents a8321b9 + d99d432 commit d798c97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
#
# > It will skip the private packages, presumably?
# yes
- run: pnpm -r publish --access public --no-git-checks
- run: |
npm whoami --registry=https://registry.npmjs.org/
pnpm -r publish --access public --no-git-checks
env:
NODE_NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d798c97

Please sign in to comment.