Skip to content

Commit

Permalink
Merge pull request #382 from Inxton/381-version-bump-to-023
Browse files Browse the repository at this point in the history
version bump to 0.23
  • Loading branch information
PTKu authored Jan 28, 2025
2 parents fe2372f + a686451 commit 94e8947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mode: ContinuousDeployment
next-version: 0.22.0
next-version: 0.23.0
branches:
main:
regex: ^master$|^main$
Expand Down

0 comments on commit 94e8947

Please sign in to comment.