From 9f8f276fb460316405048c9b3e41396b6770bed9 Mon Sep 17 00:00:00 2001 From: Ariel Gentile Date: Fri, 18 Oct 2024 12:56:56 -0300 Subject: [PATCH] ci: fix typo in path Signed-off-by: Ariel Gentile --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c2c655..807d26a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: run: yarn install --frozen-lockfile --ignore-scripts - name: Release to NPM - run: npm publish package/client + run: npm publish packages/client env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}