From ecf99463d3a3a3deff0feffb679405624f8ba2f0 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Mon, 30 Jun 2025 09:03:18 -0600 Subject: [PATCH] Try again with publishing --- .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 f51cdf7..e1e5634 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,6 +27,6 @@ jobs: publish_dir: docs publish_branch: gh-pages - run: npx monopub delete devDependencies,scripts - - run: npx monopub exec 'pnpm publish --access public --provenance' + - run: npx monopub exec 'npm publish --access public --provenance' env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}