Skip to content

Commit 1979849

Browse files
committed
temp comment out worker sync
1 parent d83ca0d commit 1979849

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release-all-codemods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- run: yarn test
2525
- run: yarn community:validate
2626
- run: yarn community:release-all
27-
- run: yarn worker:sync
2827
env:
2928
CI: true
3029
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3130
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3231
WORKER_PRESHARED_KEY: ${{ secrets.WORKER_PRESHARED_KEY }}
32+
# - run: yarn worker:sync

.github/workflows/release-codemods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- run: yarn test
2727
- run: yarn community:validate
2828
- run: yarn community:release
29-
- run: yarn worker:sync
3029
env:
3130
CI: true
3231
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3332
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3433
WORKER_PRESHARED_KEY: ${{ secrets.WORKER_PRESHARED_KEY }}
34+
# - run: yarn worker:sync

scripts/publish-all.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ async function main(sourcePath: string, targetPath: string) {
1818
await buildPackages(targetPath, packages);
1919

2020
console.log('📦 Publishing all packages');
21+
console.log('YOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO', process.env.NPM_TOKEN);
22+
2123
await publishPackages(targetPath, {}, process.env.NPM_TOKEN!);
2224

2325
console.log('🧹 Cleaning up temporary directory');

0 commit comments

Comments
 (0)