@stoplight/json-schema-merge-allof
Version:
Simplify your schema by combining allOf into the root schema, safely.
27 lines (23 loc) • 473 B
YAML
version: 2
defaults:
working_directory: ~/repo
docker:
- image: circleci/node:16.13
jobs:
release:
<<:
steps:
- checkout
- run:
name: Publish package
command: |
npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN
npm publish
workflows:
version: 2
release:
jobs:
- release:
filters:
tags:
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)/