Skip to content

Commit

Permalink
Semantic Release Test for Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshumanDhiman committed Jun 21, 2022
1 parent 2765f9a commit 30aaec5
Show file tree
Hide file tree
Showing 4 changed files with 1,091 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2

- name: Semantic Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 30aaec5

Please sign in to comment.