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 079683d
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -23,8 +23,8 @@ jobs:
- run: yarn validate
- run: yarn test
- run: yarn community:validate
- run: yarn community:release-all
- run: yarn worker:sync
- run: yarn community:release-all
env:
CI: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-codemods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- run: yarn validate
- run: yarn test
- run: yarn community:validate
- run: yarn community:release
- run: yarn worker:sync
- run: yarn community:release
env:
CI: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 079683d

Please sign in to comment.