Skip to content

Commit 9951045

Browse files
author
Orta Therox
authored
Try see who npm says is logged in
1 parent b707c4b commit 9951045

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- name: Create packages for .d.ts files
2626
run: node deploy/createTypesPackages.js
2727

28+
- run: npm whoami
29+
env:
30+
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
31+
2832
# Deploy anything which differs from the npm version of a tsconfig
2933
- name: "Deploy built packages to NPM"
3034
run: node deploy/deployChangedPackages.js

0 commit comments

Comments
 (0)