From f272574986d213605a6789148a9a06afd4226082 Mon Sep 17 00:00:00 2001 From: Nick Papirniy Date: Tue, 1 Feb 2022 18:31:20 +0200 Subject: [PATCH] ci: release --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2735540984..01bbf3b966 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -54,10 +54,10 @@ jobs: - run: npm config set tag-version-prefix '' - name: Config git email - run: git config --global user.email "lukas.kotol@tatum.io" + run: git config --global user.email "contact@tatum.io" - name: Config git name - run: git config --global user.name "Hathoriel" + run: git config --global user.name "CI" - name: Publish packages run: yarn --ignore-scripts release:prerelease