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 a7a72a6 commit fa880e1Copy full SHA for fa880e1
.circleci/comment.js
@@ -40,7 +40,7 @@ async function run() {
40
break;
41
}
42
43
- } else if (process.env.CIRCLE_BRANCH === 'suport-esm') {
+ } else if (process.env.CIRCLE_BRANCH === 'support-esm') {
44
//If it isn't a PR commit, then we are on main. Create a comment for the test app and docs build
45
await octokit.repos.createCommitComment({
46
owner: 'adobe',
.circleci/config.yml
@@ -419,7 +419,7 @@ workflows:
419
- docs-verdaccio:
420
filters:
421
branches:
422
- only: suport-esm
+ only: support-esm
423
requires:
424
- install
425
- deploy:
0 commit comments