Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
mutiadavid authored Sep 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 97d1af5 commit b09b88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,6 @@ jobs:
- name: Test
run: dotnet test -c Release --no-build
- name: Pack nugets
run: dotnet pack -c Release --no-build --output .
run: dotnet pack MpesaSDK.NET/MpesaSDK.NET.csproj -c Release --no-build --output .
- name: Push to NuGet
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json

0 comments on commit b09b88f

Please sign in to comment.