Skip to content

Commit

Permalink
chore: ownership transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszGarbarz committed Sep 3, 2024
1 parent 681474d commit d8ceaf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ on:

jobs:
call-build-dev:
uses: DariuszGarbarz/Tools/.github/workflows/reusable-blenug-dev.yml@master
uses: ToczCat/Tools/.github/workflows/reusable-blenug-dev.yml@master
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
call-release:
uses: DariuszGarbarz/Tools/.github/workflows/reusable-blenug-release.yml@master
uses: ToczCat/Tools/.github/workflows/reusable-blenug-release.yml@master
secrets: inherit
3 changes: 3 additions & 0 deletions BleBoxModels/BleBoxModels.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Company>ToczCat</Company>
<Product>BleBox Models</Product>
<Copyright>Copyright (C) 2024 Dariusz Garbarz</Copyright>
</PropertyGroup>

</Project>

0 comments on commit d8ceaf4

Please sign in to comment.