Skip to content

Commit 5f52c3e

Browse files
committed
Update package name
1 parent fc2f46f commit 5f52c3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
node-version: 20
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
31-
- run: npm publish
31+
- run: npm publish --access public
3232
env:
3333
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "api-proxy",
2+
"name": "@ai-ql/api-proxy",
33
"version": "1.4.0",
44
"description": "OpenAI API Proxy by Docker",
55
"main": "app.js",

0 commit comments

Comments
 (0)