Skip to content

Commit

Permalink
chore: remove dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Aug 3, 2022
1 parent bec3c66 commit e7e6791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
working-directory: ./spectral
- name: Publish packages
working-directory: ./spectral/dist
run: npm publish --dry-run --tag=dev --verbose
run: npm publish --tag=dev --verbose
env:
NODE_AUTH_TOKEN: ${{ secrets.RHOAS_NPM_TOKEN }} #

0 comments on commit e7e6791

Please sign in to comment.