diff options
| author | MohamedBassem <me@mbassem.com> | 2024-05-05 12:14:07 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-05-05 12:21:00 +0100 |
| commit | 79777bd7e259596b50e66096bae5262893f45af7 (patch) | |
| tree | 01d7df6d920af4ba76f6aedec31cc9bfcbf1cea7 /tooling/github/setup | |
| parent | 27f45d595be3bccc94e79f623c07555d62fa54ec (diff) | |
| download | karakeep-79777bd7e259596b50e66096bae5262893f45af7.tar.zst | |
build: Add a workflow to auto publish the CLI to npm
Diffstat (limited to 'tooling/github/setup')
| -rw-r--r-- | tooling/github/setup/action.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tooling/github/setup/action.yml b/tooling/github/setup/action.yml index 9a8ff513..c0b3d85c 100644 --- a/tooling/github/setup/action.yml +++ b/tooling/github/setup/action.yml @@ -9,6 +9,7 @@ runs: with: node-version: 21 cache: "pnpm" + registry-url: https://registry.npmjs.org - shell: bash run: pnpm add -g turbo |
