From eb765d3f3c11ccbea159debf22ced2bd7581eef8 Mon Sep 17 00:00:00 2001 From: Wibaek Park <34394229+wibaek@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:25:18 +0900 Subject: [PATCH] chore: fix workflow/release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7262baa7..43c2e6e80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,9 +12,9 @@ jobs: contents: read steps: - - uses: actions/checkout@v4 + - name: Checkout the code + uses: actions/checkout@v4 with: - - name: Set secret files token: ${{ secrets.SUBMODULE_ACCESS_TOKEN }} submodules: true