Skip to content

Commit 079683d

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/release-all-codemods.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- run: yarn validate
2424
- run: yarn test
2525
- run: yarn community:validate
26-
- run: yarn community:release-all
2726
- run: yarn worker:sync
27+
- run: yarn community:release-all
2828
env:
2929
CI: true
3030
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Diff for: .github/workflows/release-codemods.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- run: yarn validate
2626
- run: yarn test
2727
- run: yarn community:validate
28-
- run: yarn community:release
2928
- run: yarn worker:sync
29+
- run: yarn community:release
3030
env:
3131
CI: true
3232
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)