Skip to content

Commit d4f31d3

Browse files
committed
.
2 parents 7502acb + 1b2f838 commit d4f31d3

2 files changed

Lines changed: 12 additions & 915 deletions

File tree

.github/workflows/onPushToMain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config --global user.email ${{ secrets.GH_EMAIL }}
3636
git config --global user.name ${{ secrets.GH_USERNAME }}
3737
- name: Generate oclif README
38-
if: ${{ steps.version-check.outputs.skipped == 'false' }}
38+
if: ${{ false && steps.version-check.outputs.skipped == 'false' }}
3939
id: oclif-readme
4040
run: |
4141
npm install

0 commit comments

Comments
 (0)