diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6c5cfa..3089475 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,8 +27,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} run: | - git config user.name github-actions[bot] - git config user.email github-actions[bot]@users.noreply.github.com + git config --global user.email "crazymryan@gmail.com" + git config --global user.name "CrazyMrYan" git add CHANGELOG.md git commit -m "chore(release): update changelog" git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/diskcloud/service.git plus/2.0.0