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 1fdfed3 commit adc7a0dCopy full SHA for adc7a0d
.circleci/config.yml
@@ -28,6 +28,11 @@ jobs:
28
environment:
29
# we don't need Cypress to do the release
30
CYPRESS_INSTALL_BINARY: '0'
31
+ # trick semantic-release into thinking this is NOT a pull request
32
+ # (under the hood env-ci is used)
33
+ CIRCLE_PR_NUMBER:
34
+ CIRCLE_PULL_REQUEST:
35
+ CI_PULL_REQUEST:
36
steps:
37
- checkout
38
- node/with-cache:
0 commit comments