Skip to content

Commit

Permalink
fix: Fix the version workflow syntax error (#619)
Browse files Browse the repository at this point in the history
* fix: Fix the version workflow syntax error

* fix: Fix the version workflow syntax error

* Specify shell environment
  • Loading branch information
collins-w authored Nov 11, 2024
1 parent b92f42b commit f5f16aa
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 f5f16aa

Please sign in to comment.