Skip to content

Commit 0a87fe1

Browse files
Add steps to pull latest main and push changes
1 parent 25d3bda commit 0a87fe1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
run: pnpm run changeset:version
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
- name: Pull latest main
38+
run: git pull --rebase origin main
39+
- name: Push changes
40+
run: git push origin main
3741
- name: Commit Release
3842
id: commit
3943
run: |

0 commit comments

Comments
 (0)