diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b5d5a180..1600a0c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,6 +43,7 @@ jobs: npm version $TAG_VERSION --no-git-tag-version - name: Commit version updates + working-directory: openrewrite run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com"