diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 26e7b5a..6f4ff69 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,8 +28,8 @@ jobs: - name: Commit files run: | - git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" + git config --local user.email "42003122+code7885@users.noreply.github.com" + git config --local user.name "AJ" # git commit -m "Add changes" -a - name: Bump up the patch version 🕹️ - run: npm version patch -m " %$ " -f