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 70f5afd commit ae4a7f1Copy full SHA for ae4a7f1
.github/workflows/release.yml
@@ -27,6 +27,6 @@ jobs:
27
run: yarn setupRelease $GITHUB_REF_SLUG
28
- name: Publish packages
29
working-directory: ./spectral
30
- run: npm publish --tag=dev
+ run: yarn npm publish --tag=dev
31
env:
32
NODE_AUTH_TOKEN: ${{ secrets.RHOAS_NPM_TOKEN }} #
spectral/.spectral.yaml
@@ -1,2 +1,2 @@
1
-extends:
2
- - ./examples/.spectral-local.yaml
+extends:
+ ./examples/.spectral-local.yaml
0 commit comments