diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fd1281d..0ef568b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: - name: Tag run: | git config user.name "GitHub action" - git config user.email "action@users.noreply.github.com" + git config user.email "actions@users.noreply.github.com" npm run release git push --follow-tags origin master - name: version @@ -39,4 +39,4 @@ jobs: tag_name: ${{ steps.version.outputs.version }} body_path: CHANGELOG.md env: - GITHUB_TOKEN: ${{ github.token }} \ No newline at end of file + GITHUB_TOKEN: ${{ github.token }}