Skip to content

Commit

Permalink
fix: Fix the version workflow syntax error (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-w authored Nov 11, 2024
1 parent f65079b commit b92f42b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
run: pnpm install --lockfile-only
shell: bash

- name: Set up Git
run: |
git push --set-upstream origin changeset-release/main
- name: Set up Git
run: |
git push --set-upstream origin changeset-release/main
- name: Commit lock file
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
Expand Down

0 comments on commit b92f42b

Please sign in to comment.