Skip to content

Commit

Permalink
chore: bump bundlemon version
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Aug 18, 2024
1 parent 3107bc1 commit 1bc4597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: yarn nx build ${{ steps.package_name.outputs.value }}

- name: Publish packages
run: yarn nx release publish --projects ${{ steps.package_name.outputs.value }}
run: npx nx release publish --verbose --projects ${{ steps.package_name.outputs.value }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NPM_CONFIG_PROVENANCE: true
2 changes: 1 addition & 1 deletion packages/bundlemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundlemon",
"version": "3.0.1",
"version": "3.0.2",
"description": "Monitor your bundle size",
"keywords": [
"bundle",
Expand Down

0 comments on commit 1bc4597

Please sign in to comment.