diff --git a/.github/workflows/publish-to-npm.yaml b/.github/workflows/publish-to-npm.yaml index 17af604..c17d628 100644 --- a/.github/workflows/publish-to-npm.yaml +++ b/.github/workflows/publish-to-npm.yaml @@ -22,8 +22,8 @@ jobs: token: ${{ steps.generate-token.outputs.token }} - name: Identify run: | - git config user.name OpenActive Bot - git config user.email hello@openactive.io + git config --global user.name "openactive[bot]" + git config --global user.email 207210293+openactive[bot]@users.noreply.github.com - name: Use Node.js 18.17.1 uses: actions/setup-node@v1 with: