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 85507ed commit 8155d5eCopy full SHA for 8155d5e
.github/workflows/main.yaml
@@ -78,6 +78,9 @@ jobs:
78
needs: tests
79
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
80
runs-on: ubuntu-latest
81
+ permissions:
82
+ pages: write # to deploy to Pages
83
+ id-token: write # to verify the deployment originates from an appropriate source
84
steps:
85
- uses: actions/checkout@v3
86
# Setup .npmrc file to publish to npm
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "weaviate-client",
3
- "version": "3.0.4",
+ "version": "3.0.3",
4
"description": "JS/TS client for Weaviate",
5
"main": "dist/node/cjs/index.js",
6
"type": "module",
0 commit comments