From 0697c52f17311387993c2496ea57930e6998f0e5 Mon Sep 17 00:00:00 2001 From: TrestHost Release Bot Date: Sat, 16 Mar 2024 16:12:43 +0100 Subject: [PATCH] Update npm workflow to publish package when ready --- .github/workflows/npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index d4896b8..629c228 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -22,7 +22,7 @@ jobs: run: npm ci - name: Build package - run: npm run ci + run: npm run publish:ready - name: Publish package to npm run: npm publish