Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/93dd378adeeeb7b187cd1140c52d32ffe4336fc3 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Bump version to 1.3.3

pull/1559/head
Qstick 2 years ago committed by GitHub
parent 534ca73bf8
commit 93dd378ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ variables:
testsFolder: './_tests'
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages
majorVersion: '1.3.2'
majorVersion: '1.3.3'
minorVersion: $[counter('minorVersion', 1)]
prowlarrVersion: '$(majorVersion).$(minorVersion)'
buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'

Loading…
Cancel
Save