Skip to content

Commit

Permalink
Release 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldlineAcquiring committed Sep 20, 2024
1 parent e85255f commit ab58782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
retention-days: 1
- name: Deploy
run: |
dotnet nuget push Worldline.Acquiring.Sdk/bin/Release/Worldline.Acquiring.Sdk.${env:SDK_VERSION}.nupkg --api-key "${env:NUGET_API_KEY}" --source https://api.nuget.org/v3/index.json
dotnet nuget push Worldline.Acquiring.Sdk.StrongName/bin/Release/Worldline.Acquiring.Sdk.StrongName.${env:SDK_VERSION}.nupkg --api-key "${env:NUGET_API_KEY}" --source https://api.nuget.org/v3/index.json
dotnet nuget push Worldline.Acquiring.Sdk/bin/Release/Worldline.Acquiring.Sdk.$SDK_VERSION.nupkg --api-key "$NUGET_API_KEY" --source https://api.nuget.org/v3/index.json
dotnet nuget push Worldline.Acquiring.Sdk.StrongName/bin/Release/Worldline.Acquiring.Sdk.StrongName.$SDK_VERSION.nupkg --api-key "$NUGET_API_KEY" --source https://api.nuget.org/v3/index.json
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit ab58782

Please sign in to comment.