We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2f46f commit 5f52c3eCopy full SHA for 5f52c3e
.github/workflows/npm-publish.yml
@@ -28,6 +28,6 @@ jobs:
28
node-version: 20
29
registry-url: https://registry.npmjs.org/
30
- run: npm ci
31
- - run: npm publish
+ - run: npm publish --access public
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "api-proxy",
+ "name": "@ai-ql/api-proxy",
3
"version": "1.4.0",
4
"description": "OpenAI API Proxy by Docker",
5
"main": "app.js",
0 commit comments