Skip to content

Commit

Permalink
Merge pull request #693 from snyk/fix/semantic-release-pin-version
Browse files Browse the repository at this point in the history
fix(circleci): pin semantic-release version during release
  • Loading branch information
pavel-snyk authored Jan 17, 2024
2 parents c8805d2 + 0c9192d commit 7604a8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,9 @@ jobs:
at: ~/broker
- run:
name: Release to GitHub
command: npm i @semantic-release/exec pkg --save-dev && npx [email protected]
command: |
npm install --save-exact --save-dev [email protected] @semantic-release/[email protected] [email protected]
npx semantic-release
workflows:
CICD:
Expand Down

0 comments on commit 7604a8d

Please sign in to comment.