From 726ba8acf72b33230cdfcb1b777e3d429023361e Mon Sep 17 00:00:00 2001 From: scottrepreneur Date: Thu, 21 Dec 2023 10:12:38 -0600 Subject: [PATCH] revert publish command --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9cc1241..141b92f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: NODE_OPTIONS: --max-old-space-size=8096 - name: Publish NPM Package - run: pnpm publish --access public + run: npm publish --non-interactive --access public env: NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}