From 5b8415d9e894667e59b7540901ffc1dae6a20ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=9B=90=EB=B9=88?= Date: Sun, 7 Apr 2024 18:53:17 +0900 Subject: [PATCH] =?UTF-8?q?access=3Dpublic=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/PACKAGE_PUBLISH_ACTION.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PACKAGE_PUBLISH_ACTION.yml b/.github/workflows/PACKAGE_PUBLISH_ACTION.yml index 082b834..99d0ada 100644 --- a/.github/workflows/PACKAGE_PUBLISH_ACTION.yml +++ b/.github/workflows/PACKAGE_PUBLISH_ACTION.yml @@ -34,7 +34,7 @@ jobs: run: npm version patch - name: publish - run: npm publish + run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGE_PUBLISH_TOKEN }}