diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 20f703ff0..1c789e338 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -139,11 +139,11 @@ jobs: run: npm i - name: Rebuild packages run: npm run build - - name: git config - shell: bash - run: | - git config user.name "Nachobot" - git config user.email "crc-nachobot@redhat.com" + # - name: git config + # shell: bash + # run: | + # git config user.name "Nachobot" + # git config user.email "crc-nachobot@redhat.com" - name: Set publish config env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }}