Pre-Shakeout (#1429)
* Fixed zindex on some buttons due to a bug being fixed by bootstrap. Tweaked some styles from new bootstrap design. * Fixed a bug where scan series, when generating cover images wouldn't emit cover updates to the UI. * Fixed an issue where opening directory picker to change bookmark directory then clicking Share without chaning directory, would show the field as empty. * Updating workflow * Reverting version Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
6ebad6cb48
commit
e9c5cf3c92
8 changed files with 20 additions and 27 deletions
28
.github/workflows/sonar-scan.yml
vendored
28
.github/workflows/sonar-scan.yml
vendored
|
|
@ -18,10 +18,9 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
include-prerelease: True
|
||||
dotnet-version: '6.0'
|
||||
dotnet-version: 6.0.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
|
|
@ -47,10 +46,9 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
include-prerelease: True
|
||||
dotnet-version: '6.0'
|
||||
dotnet-version: 6.0.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
|
|
@ -106,10 +104,9 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
include-prerelease: True
|
||||
dotnet-version: '6.0'
|
||||
dotnet-version: 6.0.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
|
|
@ -118,10 +115,11 @@ jobs:
|
|||
run: dotnet build --configuration Release --no-restore
|
||||
|
||||
- name: Bump versions
|
||||
uses: ThomasEg/dotnet-bump-version@patch-1
|
||||
uses: SiqiLu/dotnet-bump-version@2.0.0
|
||||
with:
|
||||
version_files: Kavita.Common/Kavita.Common.csproj
|
||||
github_token: ${{ secrets.REPO_GHA_PAT }}
|
||||
version_mask: "0.0.0.1"
|
||||
|
||||
develop:
|
||||
name: Build Nightly Docker if Develop push
|
||||
|
|
@ -193,10 +191,9 @@ jobs:
|
|||
run: echo "${{steps.get-version.outputs.assembly-version}}"
|
||||
|
||||
- name: Compile dotnet app
|
||||
uses: actions/setup-dotnet@v1
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
include-prerelease: True
|
||||
dotnet-version: '6.0'
|
||||
dotnet-version: 6.0.x
|
||||
- run: ./monorepo-build.sh
|
||||
|
||||
- name: Login to Docker Hub
|
||||
|
|
@ -307,10 +304,9 @@ jobs:
|
|||
id: parse-version
|
||||
|
||||
- name: Compile dotnet app
|
||||
uses: actions/setup-dotnet@v1
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
include-prerelease: True
|
||||
dotnet-version: '6.0'
|
||||
dotnet-version: 6.0.x
|
||||
- run: ./monorepo-build.sh
|
||||
|
||||
- name: Login to Docker Hub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue