Skip to content

Commit

Permalink
Merge pull request #103 from snyk/develop
Browse files Browse the repository at this point in the history
chore: add dry run results to `sem-rel-dry-run.txt`
  • Loading branch information
bastiandoetsch authored May 30, 2023
2 parents 94c4b1a + 1c4d9f7 commit 9e1086c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ commands:
- run:
name: Run semantic release in dry-run mode
command: |
npx -p @semantic-release/[email protected] -p [email protected] semantic-release --branches ${CIRCLE_BRANCH} --dry-run
npx -p @semantic-release/[email protected] -p [email protected] semantic-release --branches ${CIRCLE_BRANCH} --dry-run > sem-rel-dry-run.txt
cat sem-rel-dry-run.txt
check_node:
description: Check node environment
Expand Down

0 comments on commit 9e1086c

Please sign in to comment.