Skip to content

Commit daa3422

Browse files
committed
blank circleci variables
1 parent 7e1e805 commit daa3422

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

circle.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,16 @@ jobs:
2222
- node/with-cache:
2323
steps:
2424
- run: npm ci
25-
- run: npx semantic-release
25+
# 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:
2635

2736
'basic test':
2837
executor: cypress/base-12-14-0

0 commit comments

Comments
 (0)