We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480ea56 commit f521af0Copy full SHA for f521af0
1 file changed
.github/workflows/manual-release.yml
@@ -18,6 +18,15 @@ jobs:
18
fetch-depth: 0
19
fetch-tags: true
20
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
+
30
- name: Setup Node.js
31
uses: actions/setup-node@v4
32
with:
0 commit comments