From 7ce0e46bebb6f83a0ab312c2efbbe357fedca737 Mon Sep 17 00:00:00 2001 From: George Babey Date: Thu, 19 Nov 2020 11:50:43 -0500 Subject: [PATCH] Chore: typo in deploy action --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b5edc66..9b162d01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}