We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1e805 commit daa3422Copy full SHA for daa3422
circle.yml
@@ -22,7 +22,16 @@ jobs:
22
- node/with-cache:
23
steps:
24
- run: npm ci
25
- - run: npx semantic-release
+ # allow CircleCI to release beta versions
26
+ # from pull request build jobs
27
+ - run:
28
+ name: Semantic release 🚀
29
+ command: npx semantic-release
30
+ # by tricking Circle and removing the environment variables
31
+ environment:
32
+ CIRCLE_PR_NUMBER:
33
+ CIRCLE_PULL_REQUEST:
34
+ CI_PULL_REQUEST:
35
36
'basic test':
37
executor: cypress/base-12-14-0
0 commit comments