Skip to content

Commit

Permalink
fix actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCpp committed May 14, 2020
1 parent e5eed9b commit acd8a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: hallee/eslint-action@master
with:
repo-token: ${{secrets.GITHUB_TOKEN}}
with:
repo-token: ${{secrets.GITHUB_TOKEN}}

publish-npm:
needs: eslint
Expand Down

0 comments on commit acd8a9a

Please sign in to comment.