From 9ac40803902e9b000b17f5e7a8ff01a92a7b260f Mon Sep 17 00:00:00 2001 From: Ashton Eby Date: Tue, 22 Oct 2024 16:06:29 -0700 Subject: [PATCH] fix: publish to npm on merge to main --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 42698ea..c6a97c3 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -44,6 +44,6 @@ jobs: commit_options: '--amend --no-edit' push_options: '--force' skip_fetch: true - - run: npm publish --access public --loglevel verbose --dry-run + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}