From c7758a722fc1c6e4a481d7dec4fd659b2479e9c3 Mon Sep 17 00:00:00 2001 From: Kyle Scully Date: Mon, 4 Nov 2024 13:33:34 -0800 Subject: [PATCH] update ci working directory --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) 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"