Skip to content

Commit eb6a0b5

Browse files
committed
Try in one swoop
1 parent 5b51cad commit eb6a0b5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/deploy.yml

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

28-
- run: |
28+
- name: "Deploy built packages to NPM"
29+
run: |
2930
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
3031
npm whoami
32+
node deploy/deployChangedPackages.js
3133
env:
3234
NPM_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
33-
34-
# Deploy anything which differs from the npm version of a tsconfig
35-
- name: "Deploy built packages to NPM"
36-
run: node deploy/deployChangedPackages.js
37-
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)