From 135cebcc8b14de0c41f26816cf6b83b68a3968e6 Mon Sep 17 00:00:00 2001 From: hyeri-woo Date: Wed, 11 Oct 2023 19:54:16 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6Chore:=20build=20main=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 82e5390..5faeefd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: uses: nwtgck/actions-netlify@v1.2 with: publish-dir: './build' - production-branch: develop + production-branch: main github-token: ${{ secrets.GITHUB_TOKEN }} env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}