Skip to content

Commit adc7a0d

Browse files
committed
hide CircleCI PR env variables
1 parent 1fdfed3 commit adc7a0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
environment:
2929
# we don't need Cypress to do the release
3030
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:
3136
steps:
3237
- checkout
3338
- node/with-cache:

0 commit comments

Comments
 (0)