From 83176a78ededd5b53beef288af90c0a9984a0548 Mon Sep 17 00:00:00 2001 From: Joe Milazzo Date: Sun, 29 Oct 2023 11:38:59 -0500 Subject: [PATCH] Ignore (#2369) --- .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 de7ec99be..57896ecd7 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 + uses: majora2007/dotnet-bump-version@master with: version_files: Kavita.Common/Kavita.Common.csproj github_token: ${{ secrets.REPO_GHA_PAT }}