Skip to content

Commit ee27918

Browse files
committed
Fix npm release action
1 parent 179976e commit ee27918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- build
7474
runs-on: ubuntu-latest
7575
steps:
76+
- uses: actions/checkout@v2
7677
- uses: actions/setup-node@v2
7778
with:
7879
cache: npm

0 commit comments

Comments
 (0)