Skip to content

Commit 801c9cd

Browse files
Update nbgv_prepare_release.yml
1 parent a7e8730 commit 801c9cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/nbgv_prepare_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
echo "--- ls -a ---"
5555
ls -a
5656
57+
- name: 🐛 dump version file with hexdump
58+
run: |
59+
hexdump -C version.json | head -20
60+
5761
# 3️⃣ Run nbgv prepare-release (omit flag for patch)
5862
- name: 🗂️ Prepare release
5963
id: prepare

0 commit comments

Comments
 (0)