We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f675def + b20ef21 commit a13ea43Copy full SHA for a13ea43
1 file changed
.github/workflows/manual-release.yml
@@ -18,15 +18,6 @@ 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