Skip to content

Commit

Permalink
Merge pull request #31 from edx/gbabey/coveralls-action
Browse files Browse the repository at this point in the history
Chore: typo in deploy action
  • Loading branch information
georgebabey committed Nov 19, 2020
2 parents a64784d + 7ce0e46 commit bd92acb
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 bd92acb

Please sign in to comment.