From 0f9c1ae5f7af04158d8d7d4707f7116f58f531be Mon Sep 17 00:00:00 2001 From: Robbie Davis Date: Fri, 22 Oct 2021 10:52:48 -0400 Subject: [PATCH] Updating GA Bump version temporarily for fix (#703) --- .github/workflows/sonar-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml index 5e9ccdc94..7d1bca8db 100644 --- a/.github/workflows/sonar-scan.yml +++ b/.github/workflows/sonar-scan.yml @@ -115,7 +115,7 @@ jobs: run: dotnet build --configuration Release --no-restore - name: Bump versions - uses: SiqiLu/dotnet-bump-version@master + uses: ThomasEg/dotnet-bump-version@patch-1 with: version_files: Kavita.Common/Kavita.Common.csproj github_token: ${{ secrets.REPO_GHA_PAT }}