We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79ee1d commit 2b94c04Copy full SHA for 2b94c04
.github/workflows/validate-codmods.yml
@@ -20,6 +20,7 @@ jobs:
20
node-version: ${{ matrix.node-version }}
21
- run: yarn install --frozen-lockfile
22
- run: yarn community:validate
23
+ - run: yarn community:release-all-dry
24
env:
25
CI: true
26
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/validate.yml
@@ -23,6 +23,5 @@ jobs:
- run: npm install -g yarn
- run: yarn validate
- - run: yarn community:release-all-dry
27
28
0 commit comments