We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b707c4b commit 9951045Copy full SHA for 9951045
.github/workflows/deploy.yml
@@ -25,6 +25,10 @@ jobs:
25
- name: Create packages for .d.ts files
26
run: node deploy/createTypesPackages.js
27
28
+ - run: npm whoami
29
+ env:
30
+ NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
31
+
32
# Deploy anything which differs from the npm version of a tsconfig
33
- name: "Deploy built packages to NPM"
34
run: node deploy/deployChangedPackages.js
0 commit comments