From b5e5239c94b838e72a2e0f5fa6c613a4306ba66f Mon Sep 17 00:00:00 2001 From: Rajeh Taher Date: Fri, 19 Jan 2024 19:03:38 +0200 Subject: [PATCH] fix: quick test to diagnose working dir issue --- .github/workflows/manual-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 5eb3564..0ace94e 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -42,8 +42,8 @@ jobs: - name: Install Dependencies run: yarn - - name: Refresh git working dir - run: "git update-index -q --refresh" + - name: DEBUG: Show git status + run: "git status" - name: Release run: "npx release-it --increment ${{ github.event.inputs.increment }}"