From c12eb857b7042dd8f0158db9d9869f2d80d1e15a Mon Sep 17 00:00:00 2001 From: Joe Milazzo Date: Sun, 29 Oct 2023 13:27:59 -0500 Subject: [PATCH] Ignore (#2375) --- .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 98ae6e46e..e4c8070bf 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.7 + uses: majora2007/dotnet-bump-version@v0.0.8 with: version_files: Kavita.Common/Kavita.Common.csproj github_token: ${{ secrets.REPO_GHA_PAT }}