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