From b507a87ff41a97ff28097f5c2c1c76b6971517c4 Mon Sep 17 00:00:00 2001 From: Timothy Mugo Date: Thu, 18 Dec 2025 16:50:57 +0300 Subject: [PATCH] update gh action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fece0b..1a18fcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: publish: npm exec changeset publish --git-tag commit: "chore(release): update version" title: "chore(release): update version" - cwd: "./wp-react-lib" + cwd: wp-react-lib" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_CONFIG_PROVENANCE: true