Skip to content

Commit 9999d6c

Browse files
committed
Add missing uses to action
1 parent a1b1cbf commit 9999d6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3131
- name: Publish to JSR
32+
uses: actions/checkout@v4
3233
- run: npx jsr publish

0 commit comments

Comments
 (0)