Skip to content

Commit 2dfa0ff

Browse files
committed
debug git
1 parent 4b65526 commit 2dfa0ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,15 @@ jobs:
216216
cd .repo
217217
ls -la
218218
cat package.json
219+
echo "Git config before bump:"
220+
git config --list
221+
echo "Git log before bump:"
222+
git log --oneline | head -n 5
223+
echo "Running bump command..."
219224
npx projen bump
225+
echo "Git log after bump:"
226+
git log --oneline | head -n 5
227+
echo "Package.json after bump:"
220228
cat package.json
221229
npx projen compile
222230
ls -la

0 commit comments

Comments
 (0)