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

Bump version to 0.1.4

pull/2199/head
Qstick 2 years ago committed by GitHub
parent 5039ba823c
commit 7ac8b5600e
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: '0.1.3'
majorVersion: '0.1.4'
minorVersion: $[counter('minorVersion', 1)]
readarrVersion: '$(majorVersion).$(minorVersion)'
buildName: '$(Build.SourceBranchName).$(readarrVersion)'

Loading…
Cancel
Save