From aff0a2d1290ef1234c4e3459c1a1af820d26b37d Mon Sep 17 00:00:00 2001 From: AJ <42003122+AJ-7885@users.noreply.github.com> Date: Tue, 13 Jul 2021 00:09:28 +0200 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index d8de8db..b3339f1 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,8 +15,10 @@ jobs: - uses: actions/checkout@v2 with: token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} - - run: git config --global user.name ${{ secrets.GIT_NAME }} - - run: git config --global user.email ${{ secrets.GIT_EMAIL }} +# - run: git config --global user.name ${{ secrets.GIT_NAME }} +# - run: git config --global user.email ${{ secrets.GIT_EMAIL }} + - run: git config --global user.name 'AJ' + - run: git config --global user.email '42003122+code7885@users.noreply.github.com' # Setup .npmrc file to publish to npm - uses: actions/setup-node@v2 @@ -26,7 +28,7 @@ jobs: - run: npm install - name: Bump up the patch version 🕹️ - - run: npm version patch -m " %$ " -f + run: npm version patch -m " %s " -f - name: Push changes uses: ad-m/github-push-action@master