From 6d73c38235da395481d726cb5529fbcfb5b8f359 Mon Sep 17 00:00:00 2001 From: Haruki Date: Mon, 21 Aug 2023 11:22:56 +0900 Subject: [PATCH] =?UTF-8?q?working-directory=E3=82=92=E3=82=B0=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=83=90=E3=83=AB=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdf9355..6e37b0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,12 +5,13 @@ on: tags: - "v*" +defaults: + run: + working-directory: cli + jobs: release: runs-on: ubuntu-latest - defaults: - run: - working-directory: cli permissions: contents: write steps: