We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7502acb + 1b2f838 commit d4f31d3Copy full SHA for d4f31d3
2 files changed
.github/workflows/onPushToMain.yml
@@ -35,7 +35,7 @@ jobs:
35
git config --global user.email ${{ secrets.GH_EMAIL }}
36
git config --global user.name ${{ secrets.GH_USERNAME }}
37
- name: Generate oclif README
38
- if: ${{ steps.version-check.outputs.skipped == 'false' }}
+ if: ${{ false && steps.version-check.outputs.skipped == 'false' }}
39
id: oclif-readme
40
run: |
41
npm install
0 commit comments