Skip to content

Commit

Permalink
Increase verbosity of npm publish from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone authored Nov 27, 2023
1 parent 0fb398b commit deff0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
fi
- name: Publish to npm
if: github.ref == 'refs/heads/main' || github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
run: npm publish ${TAG}
run: npm publish --verbose ${TAG}
env:
TAG: ${{ github.ref == 'refs/heads/main' && '--tag=main' || ((contains(github.ref_name, '-rc.') && '--tag=dev') || '' )}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit deff0d3

Please sign in to comment.