Skip to content

Commit

Permalink
Specify shell environment
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-w committed Nov 11, 2024
1 parent 323217d commit 9d14ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
shell: bash

- name: Set up Git
run: |
git push --set-upstream origin changeset-release/main
run: git push --set-upstream origin changeset-release/main
shell: bash

- name: Commit lock file
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
Expand Down

0 comments on commit 9d14ea6

Please sign in to comment.