Skip to content

Commit

Permalink
temp comment out worker sync
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldelcore committed Jun 4, 2022
1 parent d83ca0d commit 1979849
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-all-codemods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- run: yarn test
- run: yarn community:validate
- run: yarn community:release-all
- run: yarn worker:sync
env:
CI: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
WORKER_PRESHARED_KEY: ${{ secrets.WORKER_PRESHARED_KEY }}
# - run: yarn worker:sync
2 changes: 1 addition & 1 deletion .github/workflows/release-codemods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- run: yarn test
- run: yarn community:validate
- run: yarn community:release
- run: yarn worker:sync
env:
CI: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
WORKER_PRESHARED_KEY: ${{ secrets.WORKER_PRESHARED_KEY }}
# - run: yarn worker:sync
2 changes: 2 additions & 0 deletions scripts/publish-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ async function main(sourcePath: string, targetPath: string) {
await buildPackages(targetPath, packages);

console.log('📦 Publishing all packages');
console.log('YOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO', process.env.NPM_TOKEN);

await publishPackages(targetPath, {}, process.env.NPM_TOKEN!);

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

0 comments on commit 1979849

Please sign in to comment.