Skip to content

Commit

Permalink
Merge pull request #67 from Ali-YousefiTelori/develop
Browse files Browse the repository at this point in the history
fix action
  • Loading branch information
Ali-YousefiTelori authored Oct 25, 2023
2 parents 34de0a6 + e5be6e6 commit 14a3e8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nuget-push-public-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
env:
DOTNET_INSTALL_DIR: /usr/share/dotnet
- name: Restore dependencies
run: dotnet restore ./src/CSharp/EasyMicroservices.Cores.sln
- name: Build
Expand All @@ -21,4 +23,4 @@ jobs:
- name: Create the package
run: dotnet pack ./src/CSharp/EasyMicroservices.Cores.sln --output nupkgs
- name: Publish the package to NuGet.org
run: dotnet nuget push nupkgs/*.nupkg -k ${{secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push nupkgs\*.nupkg -k ${{secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 14a3e8b

Please sign in to comment.