Skip to content

Commit

Permalink
Update reflection-events-cd-nuget.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski committed May 9, 2024
1 parent be6292a commit c2664f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reflection-events-cd-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build src\ReflectionEvents\ReflectionEvents.csproj --configuration Release --no-restore -p:SourceLinkEnabled=true
run: dotnet build src\ReflectionEventing\ReflectionEventing.csproj --configuration Release --no-restore -p:SourceLinkEnabled=true

- name: Publish the package to NuGet.org
run: nuget push **\*.nupkg -NonInteractive -SkipDuplicate -Source 'https://api.nuget.org/v3/index.json'

0 comments on commit c2664f5

Please sign in to comment.