fix: quick test to diagnose working dir issue

This commit is contained in:
Rajeh Taher
2024-01-19 19:03:38 +02:00
committed by GitHub
parent afe0ba1538
commit b5e5239c94

View File

@@ -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 }}"