Skip to content

Commit a05895b

Browse files
author
Ryan
committed
chore(cli): release 0.0.51
Bump the CLI package version to 0.0.51 and update the release workflow to build the bundled CLI so published binaries default to the production API URL. Made-with: Cursor
1 parent d09cf8b commit a05895b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cli-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
registry-url: "https://registry.npmjs.org"
2828
- run: pnpm install --frozen-lockfile
2929
working-directory: cli
30-
- run: pnpm run --if-present build
30+
- run: pnpm run build:bundle
3131
working-directory: cli
3232
- run: pnpm run --if-present test
3333
working-directory: cli

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ryantanen/dploy",
3-
"version": "0.0.5",
3+
"version": "0.0.51",
44
"description": "Vercel-style just-deploy-it CLI. Point dploy at a GitHub repo and get a live URL.",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)