From 6c6da79f5fab007c62b52ad691498f3c146a1d98 Mon Sep 17 00:00:00 2001
From: KeisukeYamashita <19yamashita15@gmail.com>
Date: Tue, 3 Dec 2024 11:23:47 +0100
Subject: [PATCH] fix(.github): remove default dir configuration from release

Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
---
 .github/workflows/release.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 7c7e270..2af1cd1 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -8,10 +8,6 @@ concurrency:
   group: ${{ github.workflow }}
   cancel-in-progress: false
 
-defaults:
-  run:
-    working-directory: ./cli
-
 permissions:
   contents: write # To write to release
   id-token: write # To deploy to GitHub Pages