We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bdae90 commit fb026bdCopy full SHA for fb026bd
2 files changed
.github/workflows/changeset-check.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
19
- name: Ensure main branch is available
20
- run: git fetch origin main:main
+ run: git fetch origin main
21
22
- name: Setup pnpm
23
uses: pnpm/action-setup@v4
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
token: ${{ secrets.PAT_TOKEN }}
28
29
30
31
32
33
0 commit comments