From b3f8db13b2399b4c734700dfac469156fb0afe8f Mon Sep 17 00:00:00 2001 From: I3KAE <45356754+i3kae@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:33:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20.env=20=EC=9D=98=EC=A1=B4=EC=84=B1=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95=207=EC=B0=A8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dab1b3d..64230c2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: run: | touch ../.env echo "GITHUB_REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" > ../.env + - name: Setup Node.js uses: actions/setup-node@v3