Skip to content

Commit

Permalink
chore: modify workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 15, 2021
1 parent 71f5567 commit a16906d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -50,4 +50,9 @@ jobs:
${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false
prerelease: false

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a16906d

Please sign in to comment.