Skip to content

Commit 29ab827

Browse files
committed
chore: fixing typo release workflow
1 parent ed863d3 commit 29ab827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: npm install
2222
- name: Test
23-
- run: npm test
23+
run: npm test
2424
- name: Release
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)