diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 0ace94e..36a570e 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -42,8 +42,8 @@ jobs: - name: Install Dependencies run: yarn - - name: DEBUG: Show git status - run: "git status" + - name: "DEBUG - Show git status" + run: git status - name: Release run: "npx release-it --increment ${{ github.event.inputs.increment }}"