We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83ca0d commit 079683dCopy full SHA for 079683d
.github/workflows/release-all-codemods.yml
@@ -23,8 +23,8 @@ jobs:
23
- run: yarn validate
24
- run: yarn test
25
- run: yarn community:validate
26
- - run: yarn community:release-all
27
- run: yarn worker:sync
+ - run: yarn community:release-all
28
env:
29
CI: true
30
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/release-codemods.yml
@@ -25,8 +25,8 @@ jobs:
- - run: yarn community:release
+ - run: yarn community:release
31
32
0 commit comments