From affad2434e4a6b1842a117a2e05cd24c60d229e0 Mon Sep 17 00:00:00 2001 From: baha Date: Fri, 19 Dec 2025 18:29:33 +0300 Subject: [PATCH] chore: enable pkg-pr-new --- .github/workflows/build-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 80d652c..1ce52f8 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -36,6 +36,6 @@ jobs: - name: Build project run: npm run build - # - name: Release a nightly build - # if: env.INTERNAL_EVENT == 'true' - # run: npx pkg-pr-new publish + - name: Release a nightly build + if: env.INTERNAL_EVENT == 'true' + run: npx pkg-pr-new publish