Skip to content

Commit bec3c66

Browse files
committed
chore: release workflow updates
1 parent d15e269 commit bec3c66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
registry-url: "https://registry.npmjs.org"
1818
- run: yarn install
1919
working-directory: ./spectral
20-
- working-directory: ./spectral
21-
run: yarn build
2220
- name: Inject slug/short variables
2321
uses: rlespinasse/github-slug-action@v4
2422
- name: Validate Tag
@@ -27,8 +25,10 @@ jobs:
2725
- name: Update versions of packages
2826
working-directory: ./spectral
2927
run: yarn setupRelease $GITHUB_REF_SLUG
28+
- run: yarn build
29+
working-directory: ./spectral
3030
- name: Publish packages
3131
working-directory: ./spectral/dist
32-
run: npm publish --tag=dev
32+
run: npm publish --dry-run --tag=dev --verbose
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.RHOAS_NPM_TOKEN }} #

0 commit comments

Comments
 (0)