From faa4184066a34f9bb9d243899ff6da494c6cc5f2 Mon Sep 17 00:00:00 2001 From: Haruki Date: Mon, 21 Aug 2023 10:46:23 +0900 Subject: [PATCH] =?UTF-8?q?=20working-directory=E3=82=92=E7=9B=B8=E5=AF=BE?= =?UTF-8?q?=E3=83=91=E3=82=B9=E3=81=A7=E6=9B=B8=E3=81=8F=E3=81=AE=E3=82=92?= =?UTF-8?q?=E3=82=84=E3=82=81=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1ff072..92e92d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: ./cli + working-directory: cli permissions: contents: write steps: