Skip to content

Commit 577081f

Browse files
Update publish.yml
1 parent 198500b commit 577081f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
25-
run:
25+
run: |
2626
npm i
2727
npm run lint
2828
npm run test

0 commit comments

Comments
 (0)