diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b65ce7b4..d46b505d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,6 +25,9 @@ jobs: - name: Update package version to latest tag run: | + # Set up git user + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" npm version from-git --allowSameVersion git push --follow-tags