Skip to content

Commit ae4a7f1

Browse files
dimakiswtrocki
authored andcommitted
fix: fixing package
1 parent 70f5afd commit ae4a7f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: yarn setupRelease $GITHUB_REF_SLUG
2828
- name: Publish packages
2929
working-directory: ./spectral
30-
run: npm publish --tag=dev
30+
run: yarn npm publish --tag=dev
3131
env:
3232
NODE_AUTH_TOKEN: ${{ secrets.RHOAS_NPM_TOKEN }} #

spectral/.spectral.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
extends:
2-
- ./examples/.spectral-local.yaml
1+
extends:
2+
./examples/.spectral-local.yaml

0 commit comments

Comments
 (0)