diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a92ced75..8ed815cb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,6 +34,8 @@ jobs: - name: Test run: yarn coverage + env: + COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} - name: Lint run: yarn lint @@ -41,7 +43,7 @@ jobs: - name: Build run: yarn build - release: + npm-release: # Only release on push to master if: github.event_name == 'push' && github.ref == 'refs/heads/master' runs-on: ubuntu-latest @@ -80,7 +82,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - gh-release: + docs-release: if: github.event_name == 'push' && github.ref == 'refs/heads/master' runs-on: ubuntu-latest steps: