Skip to content

Commit 161c6ab

Browse files
committed
chore: bump bundlemon version
1 parent 3107bc1 commit 161c6ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: yarn nx build ${{ steps.package_name.outputs.value }}
4949

5050
- name: Publish packages
51-
run: yarn nx release publish --projects ${{ steps.package_name.outputs.value }}
51+
run: yarn nx release publish --verbose --projects ${{ steps.package_name.outputs.value }}
5252
env:
53-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
53+
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
5454
NPM_CONFIG_PROVENANCE: true

packages/bundlemon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bundlemon",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Monitor your bundle size",
55
"keywords": [
66
"bundle",

0 commit comments

Comments
 (0)