From 59ac4250d46fcdc74984eea6ed38de4a102901c8 Mon Sep 17 00:00:00 2001 From: Joe Milazzo Date: Sun, 29 Oct 2023 11:37:07 -0500 Subject: [PATCH] Pipeline + Panels Tweaks (#2368) --- .github/workflows/develop-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop-workflow.yml b/.github/workflows/develop-workflow.yml index 56e85409d..de7ec99be 100644 --- a/.github/workflows/develop-workflow.yml +++ b/.github/workflows/develop-workflow.yml @@ -49,7 +49,7 @@ jobs: dotnet-version: 7.0.x - name: Bump versions - uses: majora2007/dotnet-bump-version@v0.0.3 + uses: majora2007/dotnet-bump-version with: version_files: Kavita.Common/Kavita.Common.csproj github_token: ${{ secrets.REPO_GHA_PAT }}