Skip to content

Commit f521af0

Browse files
authored
Update manual-release.yml
1 parent 480ea56 commit f521af0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/manual-release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ jobs:
1818
fetch-depth: 0
1919
fetch-tags: true
2020

21+
- name: Debug Repository State
22+
run: |
23+
echo "Current directory contents:"
24+
ls -la
25+
echo "\nRepository status:"
26+
git status
27+
echo "\n.changeset directory contents:"
28+
ls -la .changeset/ || echo ".changeset directory not found"
29+
2130
- name: Setup Node.js
2231
uses: actions/setup-node@v4
2332
with:

0 commit comments

Comments
 (0)