Skip to content

Commit

Permalink
updated cd file, fixed D7Networks name
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefSell committed Feb 15, 2024
1 parent 3e13201 commit 11beb83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: dotnet pack --include-symbols -p:SymbolPackageFormat=snupkg --no-build -c Release src/SmsDeliveryChannels/SMS.Net.MessageBird/SMS.Net.MessageBird.csproj -o .
- name: Pack SMS.Net.Twilio
run: dotnet pack --include-symbols -p:SymbolPackageFormat=snupkg --no-build -c Release src/SmsDeliveryChannels/SMS.Net.Twilio/SMS.Net.Twilio.csproj -o .
- name: Pack SMS.Net.D7networks
run: dotnet pack --include-symbols -p:SymbolPackageFormat=snupkg --no-build -c Release src/SmsDeliveryChannels/SMS.Net.D7networks/SMS.Net.D7networks.csproj -o .
- name: Pack SMS.Net.D7Networks
run: dotnet pack --include-symbols -p:SymbolPackageFormat=snupkg --no-build -c Release src/SmsDeliveryChannels/SMS.Net.D7Networks/SMS.Net.D7Networks.csproj -o .

- name: Push packages
run: dotnet nuget push *.nupkg --api-key ${{secrets.NUGET_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate
Expand Down

0 comments on commit 11beb83

Please sign in to comment.