Skip to content

Commit a4d4e32

Browse files
committed
fixing typo
1 parent 919d7de commit a4d4e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codechavez.eventbus.kafka.nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: dotnet build **/CodeChavez.EventBus.Kafka/CodeChavez.EventBus.Kafka.csproj --configuration Release
2424

2525
- name: Package Common
26-
run: dotnet pack **/CodeChavez.EventBus.AbstractKafkaions/CodeChavez.EventBus.Kafka.csproj --configuration Release --no-build --output ./artifacts2
26+
run: dotnet pack **/CodeChavez.EventBus.Kafka/CodeChavez.EventBus.Kafka.csproj --configuration Release --no-build --output ./artifacts2
2727

2828
- name: Push NuGet package
2929
run: dotnet nuget push "./artifacts2/*.nupkg" --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)