From 0378d723a9cc6173f3fa3f5eafbe7406689c9907 Mon Sep 17 00:00:00 2001 From: ryanformio Date: Fri, 22 Mar 2024 10:37:57 -0500 Subject: [PATCH] Publish Dry run --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc926d86..b1d69faf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,8 +165,8 @@ jobs: run: | echo "Version to publish: $NEW_VERSION" - # - name: Publish to npm - # run: | - # npm version $NEW_VERSION - # npm publish --tag=dev + - name: Publish to npm + run: | + npm version $NEW_VERSION + npm publish --tag=dev \ No newline at end of file