From 78cecd17fd68db88ba6f7642b8a5f8aefb586184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Wed, 28 Aug 2024 17:28:50 +0900 Subject: [PATCH] chore: Enable publishing of `@swc/html` --- .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 44a67088b515..e27fbecc40f4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -150,7 +150,7 @@ jobs: matrix: package: - core - # - html + - html needs: - git-tag-nightly - publish-cargo