From 8e6a478b931a6a058e28596781d69221e9b55d92 Mon Sep 17 00:00:00 2001 From: Leonardo de Jesus Diz Conde Date: Mon, 11 Sep 2023 14:57:34 -0300 Subject: [PATCH] CU-86a0k18cn - Neon-Dappkit: Setup auto-release to use `rush publish --commit` and Github Token to bump the versions and commit them --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2b88560..d86da0b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -22,8 +22,8 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Config Git Properties run: | - git config --global user.email ${{ secrets.EMAIL }} - git config --global user.name ${{ secrets.AUTO_PUSH_NAME }} + git config --global user.email github-actions@github.com + git config --global user.name github-actions - name: Install RushJS run: npm install -g @microsoft/rush - name: Verify Change Logs