Skip to content

Commit 77b070f

Browse files
committed
Use bash
1 parent 2f4e85c commit 77b070f

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
@@ -42,6 +42,7 @@ jobs:
4242
run: wolframscript -f Scripts/IncrementPacletVersion.wls
4343

4444
- name: Commit Changes
45+
shell: bash
4546
run: |
4647
echo "Status: $(git status --porcelain)"
4748
if [[ -n $(git status --porcelain) ]]; then

0 commit comments

Comments
 (0)