From f6448ba61cf2264da25be55a234504da8976613b Mon Sep 17 00:00:00 2001 From: ryanformio Date: Fri, 22 Mar 2024 11:31:34 -0500 Subject: [PATCH] Its not publishing from the correct directory it seems --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc314fca..306a919f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,6 +166,7 @@ jobs: - name: Publish to npm run: | - npm version $NEW_VERSION --no-git-tag-version - npm publish --tag=dev + pwd + # npm version $NEW_VERSION --no-git-tag-version + # npm publish --tag=dev \ No newline at end of file