Skip to content

Commit

Permalink
Merge pull request #1298 from snyk/chore/add-osslsigncode
Browse files Browse the repository at this point in the history
chore: install osslsigncode in release step
  • Loading branch information
JackuB committed Jul 28, 2020
2 parents 19e7c79 + 123a5fe commit 8f13109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:
- checkout
- install_deps
- run: sudo npm i -g semantic-release @semantic-release/exec pkg
- run: sudo apt-get install -y osslsigncode
- run:
name: Publish to GitHub
command: semantic-release
Expand Down

0 comments on commit 8f13109

Please sign in to comment.