Skip to content

Commit 1cd15ac

Browse files
committed
fix: remove the dev tag from the released packages
1 parent d22c780 commit 1cd15ac

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 --tag=dev --verbose
32+
run: npm publish --verbose
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.RHOAS_NPM_TOKEN }} #

0 commit comments

Comments
 (0)