Skip to content

Commit

Permalink
Chore: typo in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebabey committed Nov 19, 2020
1 parent 759dcb2 commit 7ce0e46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
run: npm run test
- name: Coveralls
uses: coverallsapp/github-action@master
with: github-token: ${{ secrets.GITHUB_TOKEN }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7ce0e46

Please sign in to comment.