Skip to content

Commit

Permalink
feat: disabled dry run publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jahilldev committed Jun 23, 2022
1 parent 9dbad23 commit 83fa101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Publishing package
if: steps.check.outputs.changed == 'true'
run: npm publish --dry-run
run: npm publish
working-directory: ./packages/${{ matrix.package }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 83fa101

Please sign in to comment.