Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Dec 31, 2024
1 parent c9e5455 commit 2f4e85c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/IncrementPacletVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- name: Commit Changes
run: |
echo "Status: $(git status --porcelain)"
if [[ -n $(git status --porcelain) ]]; then
git add PacletInfo.wl
git commit -m "Automated: Increment paclet version"
Expand Down

0 comments on commit 2f4e85c

Please sign in to comment.