mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: quick test to diagnose working dir issue
This commit is contained in:
4
.github/workflows/manual-release.yml
vendored
4
.github/workflows/manual-release.yml
vendored
@@ -42,8 +42,8 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
|
|
||||||
- name: Refresh git working dir
|
- name: DEBUG: Show git status
|
||||||
run: "git update-index -q --refresh"
|
run: "git status"
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
run: "npx release-it --increment ${{ github.event.inputs.increment }}"
|
run: "npx release-it --increment ${{ github.event.inputs.increment }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user