diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index ddf17c73..fb92f68c 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -28,10 +28,10 @@ jobs: with: fetch-depth: '0' - - name: "Build script" + - name: "Build cake script" run: dotnet build cake/Build.csproj - - name: "Run build script" + - name: "Run cake script" env: GH_TOKEN : ${{ secrets.GH_TOKEN }} run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 2 --framework net9.0 diff --git a/GitVersion.yml b/GitVersion.yml index 2e9a4a98..fb85aea9 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,5 +1,5 @@ mode: ContinuousDeployment -next-version: 0.22.0 +next-version: 0.23.0 branches: main: regex: ^master$|^main$