Skip to content

Commit e7e6791

Browse files
authored
chore: remove dry run
1 parent bec3c66 commit e7e6791

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
@@ -29,6 +29,6 @@ jobs:
2929
working-directory: ./spectral
3030
- name: Publish packages
3131
working-directory: ./spectral/dist
32-
run: npm publish --dry-run --tag=dev --verbose
32+
run: npm publish --tag=dev --verbose
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.RHOAS_NPM_TOKEN }} #

0 commit comments

Comments
 (0)