update workflow and discord locations for jellyseerr

This commit is contained in:
notfakie
2022-04-16 10:54:01 +12:00
parent c3ccb00b86
commit aab1b2d4c6
15 changed files with 30 additions and 164 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "overseerr",
"name": "jellyseerr",
"version": "1.29.1",
"private": true,
"scripts": {
@@ -197,7 +197,7 @@
]
],
"branches": [
"master"
"main"
],
"npmPublish": false,
"publish": [
@@ -207,8 +207,7 @@
"COMMIT_TAG": "$GITHUB_SHA"
},
"imageNames": [
"sctx/overseerr",
"ghcr.io/sct/overseerr"
"fallenbagel/jellyseerr"
],
"platforms": [
"linux/amd64",
@@ -219,4 +218,4 @@
"@semantic-release/github"
]
}
}
}