Skip to content

Commit dacb300

Browse files
dimakiswtrocki
authored andcommitted
fix: update gh action for publish
1 parent 26b165e commit dacb300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: yarn npm publish --tag=dev
30+
run: npm publish --tag=dev
3131
env:
3232
NODE_AUTH_TOKEN: ${{ secrets.RHOAS_NPM_TOKEN }} #

0 commit comments

Comments
 (0)