We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3107bc1 commit 161c6abCopy full SHA for 161c6ab
.github/workflows/publish-packages.yml
@@ -48,7 +48,7 @@ jobs:
48
run: yarn nx build ${{ steps.package_name.outputs.value }}
49
50
- name: Publish packages
51
- run: yarn nx release publish --projects ${{ steps.package_name.outputs.value }}
+ run: yarn nx release publish --verbose --projects ${{ steps.package_name.outputs.value }}
52
env:
53
- NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
54
NPM_CONFIG_PROVENANCE: true
packages/bundlemon/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bundlemon",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "Monitor your bundle size",
5
"keywords": [
6
"bundle",
0 commit comments