Skip to content

Commit 8aa15af

Browse files
committed
chore: attach main branch on publish workflow
1 parent d542b09 commit 8aa15af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
with:
14+
ref: main
1315
- uses: pnpm/action-setup@v2
1416
with:
1517
version: 8.6.0

0 commit comments

Comments
 (0)