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 d15e269 commit bec3c66Copy full SHA for bec3c66
.github/workflows/release.yml
@@ -17,8 +17,6 @@ jobs:
17
registry-url: "https://registry.npmjs.org"
18
- run: yarn install
19
working-directory: ./spectral
20
- - working-directory: ./spectral
21
- run: yarn build
22
- name: Inject slug/short variables
23
uses: rlespinasse/github-slug-action@v4
24
- name: Validate Tag
@@ -27,8 +25,10 @@ jobs:
27
25
- name: Update versions of packages
28
26
29
run: yarn setupRelease $GITHUB_REF_SLUG
+ - run: yarn build
+ working-directory: ./spectral
30
- name: Publish packages
31
working-directory: ./spectral/dist
32
- run: npm publish --tag=dev
+ run: npm publish --dry-run --tag=dev --verbose
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.RHOAS_NPM_TOKEN }} #
0 commit comments