Skip to content

Commit fb026bd

Browse files
committed
chore(ci): fix workflows for changesets, releases, and docs
1 parent 8bdae90 commit fb026bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changeset-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Ensure main branch is available
20-
run: git fetch origin main:main
20+
run: git fetch origin main
2121

2222
- name: Setup pnpm
2323
uses: pnpm/action-setup@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ secrets.PAT_TOKEN }}
2828

2929
- name: Ensure main branch is available
30-
run: git fetch origin main:main
30+
run: git fetch origin main
3131

3232
- name: Setup pnpm
3333
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)