Skip to content

Commit 2f4e85c

Browse files
committed
Debugging
1 parent c9e5455 commit 2f4e85c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/IncrementPacletVersion.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343

4444
- name: Commit Changes
4545
run: |
46+
echo "Status: $(git status --porcelain)"
4647
if [[ -n $(git status --porcelain) ]]; then
4748
git add PacletInfo.wl
4849
git commit -m "Automated: Increment paclet version"

0 commit comments

Comments
 (0)