Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/4a3062deae423ca1db1a4e1cf8c8d4f2bbee1b15?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Bump version to 0.1.3

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

Loading…
Cancel
Save