From 05e8b2dc69168604217093c0f9b83b1c8a8bba33 Mon Sep 17 00:00:00 2001 From: ftery0 Date: Mon, 11 Nov 2024 17:32:46 +0900 Subject: [PATCH] =?UTF-8?q?chore=20::=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EB=B0=B0=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74ba3ae..31fd0c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,4 +45,6 @@ jobs: "title": "${{ env.CLEAN_TITLE }}", "package_manager_config_command": "npm config set registry=https://npm.pkg.github.com/Team-B1ND && npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }} && npm config set //registry.npmjs.org/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }}", "package_manager": "npm" - } \ No newline at end of file + } + + \ No newline at end of file