Skip to content

Commit

Permalink
fix: integration core package renames
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkanbakirci committed Dec 21, 2023
1 parent ffd7929 commit ac6f965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
repo: Integration

project_path: ./src/Integration.Core/
nupkg_path: ./src/Integration.Core/bin/Release/Integration.Core.1.0.0.nupkg
nupkg_path: ./src/Integration.Core/bin/Release/Integration.Hub.1.0.0.nupkg
nupkg_github_secret: ${{ secrets.GITHUB_TOKEN }}
nupkg_nuget_secret: ${{ secrets.NUGET_API_KEY }}
github_registry_url: https://nuget.pkg.github.com/onurkanbakirci/index.json
Expand Down
2 changes: 1 addition & 1 deletion src/Integration.Core/Integration.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Integration.Core</PackageId>
<PackageId>Integration.Hub</PackageId>
<Version>1.0.0</Version>
<Authors>onurkanbakirci</Authors>
<Company>onurkanbakirci</Company>
Expand Down

0 comments on commit ac6f965

Please sign in to comment.