Skip to content

Commit 525c6db

Browse files
committed
Add permission to upload release to GH
1 parent 0cff659 commit 525c6db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
8080
runs-on: ubuntu-latest
8181
permissions:
82+
contents: write # to upload the release
8283
pages: write # to deploy to Pages
8384
id-token: write # to verify the deployment originates from an appropriate source
8485
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weaviate-client",
3-
"version": "3.0.4",
3+
"version": "3.0.3",
44
"description": "JS/TS client for Weaviate",
55
"main": "dist/node/cjs/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)