From bf14a4f179b7ba98a9fbf7d004217a16ecbdf558 Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Mon, 18 Nov 2024 16:59:26 +0100 Subject: [PATCH] chore: use nachobot identity for nx release --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c789e338..20f703ff0 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 }}