From a3b422718a35c33c91cfcdf09648d68fb47a21a9 Mon Sep 17 00:00:00 2001 From: juyeong-byeon Date: Thu, 20 Jun 2024 23:29:07 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20workflow=20branch=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c280457..751c6ae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,8 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - ref: "main" - uses: actions/setup-node@v4 with: node-version: latest @@ -41,8 +39,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - ref: "main" - uses: actions/setup-node@v4 with: node-version: latest