Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osumoogle authored Jun 25, 2024
1 parent 0fb254c commit 42060d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Publish the package to nuget.org
env:
nuget_auth_token: ${{ secrets.nuget_token }}
run: dotnet nuget push */bin/release/*.nupkg -k $nuget_auth_token -s https://api.nuget.org/v3/index.json
run: dotnet nuget push PingmanTools.AspNet.EncryptWeMust.1.0.1.nupkg -k $nuget_auth_token -s https://api.nuget.org/v3/index.json

0 comments on commit 42060d3

Please sign in to comment.