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