From a8bf225b3da00f17c1bd40cb7126f21c8642d93f Mon Sep 17 00:00:00 2001 From: "ANTOND." <71350868+antond15@users.noreply.github.com> Date: Fri, 20 Feb 2026 01:44:50 +0100 Subject: [PATCH] ci(create-release): run publish in package folder --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9cec340..fed54b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,3 +98,4 @@ jobs: - name: Publish package to npm registry run: npm publish --access public + working-directory: package