Skip to content

Commit 696a57a

Browse files
committed
fix: cicd pipeline
1 parent 21caa15 commit 696a57a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
publish:
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Checkout repository
15+
uses: actions/checkout@v4
16+
1417
- name: Setup pnpm
1518
uses: pnpm/action-setup@v4
1619
with:

0 commit comments

Comments
 (0)