From 8e30988ca30ea7156f64da3aa0e17cc86f4ede05 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Fri, 26 Sep 2025 09:37:48 +0100 Subject: [PATCH] chore: enable publishing @next --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3ef66d1..dccb6bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,4 +26,4 @@ jobs: if: github.event_name == 'workflow_dispatch' run: | node utils/update_canary_version.js - # npm publish --tag=next + npm publish --tag=next