Skip to content

Commit 88c251c

Browse files
committed
chore: workflow debug
1 parent 432151a commit 88c251c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,17 @@ jobs:
6161
echo ""
6262
echo "=== git log (last 5) ==="
6363
git log --oneline -5
64+
65+
- name: Debug changelog marker
66+
run: |
67+
echo "=== CHANGELOG marker check ==="
68+
grep -n "neat-bars-sleep\|tangy-ideas-mate" CHANGELOG.md || echo "Marker NOT found in CHANGELOG"
69+
echo ""
70+
echo "=== Run pnpm version manually ==="
71+
pnpm version
72+
echo ""
73+
echo "=== git status after version ==="
74+
git status --porcelain
6475
6576
- name: Create Release Pull Request or Publish to npm
6677
id: changesets

0 commit comments

Comments
 (0)