Skip to content

Commit

Permalink
fix(esbuild-meta): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Jun 20, 2024
1 parent 82106b9 commit 428e7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx nx release
run: npx nx release --yes
2 changes: 1 addition & 1 deletion packages/esbuild-meta/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @app-speed/esbuild-meta

Esbuild Meta is a cli took to help you analyse the meta output of esbuild
Esbuild Meta is a CLI tool to help you analyse the meta output of esbuild

0 comments on commit 428e7ba

Please sign in to comment.