Skip to content

Commit acd8a9a

Browse files
committed
fix actions yml
1 parent e5eed9b commit acd8a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v1
1515
- uses: hallee/eslint-action@master
16-
with:
17-
repo-token: ${{secrets.GITHUB_TOKEN}}
16+
with:
17+
repo-token: ${{secrets.GITHUB_TOKEN}}
1818

1919
publish-npm:
2020
needs: eslint

0 commit comments

Comments
 (0)