Skip to content

Commit

Permalink
Use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Dec 31, 2024
1 parent 2f4e85c commit 77b070f
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 @@ -42,6 +42,7 @@ jobs:
run: wolframscript -f Scripts/IncrementPacletVersion.wls

- name: Commit Changes
shell: bash
run: |
echo "Status: $(git status --porcelain)"
if [[ -n $(git status --porcelain) ]]; then
Expand Down

0 comments on commit 77b070f

Please sign in to comment.