We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47aeb06 commit 0b9b4b4Copy full SHA for 0b9b4b4
.github/workflows/release-ts.yml
@@ -22,6 +22,8 @@ jobs:
22
uses: actions/setup-node@v4
23
with:
24
node-version: "20.x"
25
+ registry-url: "https://registry.npmjs.org/"
26
+
27
28
- name: "Install"
29
run: |
src/ts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vectorize-io/vectorize-client",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "Python client for the Vectorize API",
5
"author": "Vectorize <contact@vectorize.io>",
6
"repository": {
@@ -18,6 +18,6 @@
18
"typescript": "^4.0 || ^5.0"
19
},
20
"publishConfig": {
21
- "registry": "https://github.com/vectorize-io/vectorize-clients"
+ "access": "public"
}
0 commit comments