Skip to content

Commit

Permalink
fix(common): adding release step to audit job for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Manny authored and Harry Manny committed Aug 11, 2023
1 parent 89148fc commit 5fde8ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/git-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,8 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: audit
args: -D warnings
args: -D warnings
- name: Release
run: |
yarn add @semantic-release/github --dev
npx semantic-release

0 comments on commit 5fde8ce

Please sign in to comment.