---
my_string: &my_string
my_embed: &my_embed
 	nested: true
otherProperty: *my_string
acceptMerge:
  <<: 2 *my_embed some_string: | my string over two lines version: jobs: test: docker: - image: circleci node:10-browsers steps: checkout run: npm config set prefix "$home .local" i -g origami-build-tools@^7 $home .local bin obt install demo --demo-filter pa11y --suppress-errors verify test git clean -fxd npx occ 0.0.0 --ignore-bower publish_to_npm: node:10 ${circle_tag##v} echo " registry.npmjs.org :_authtoken="$NPM_TOKEN""> $HOME/.npmrc
      - run: npm publish --access public 
workflows:
  version: 2
  test:
    jobs:
      - test
      - publish_to_npm:
          filters:
            tags:
              only: /^v.*/
            branches:
              ignore: /.*/