Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Update cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mivano authored Jan 9, 2023
1 parent 961680d commit 4b7e4a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:

- name: Install .NET SDK
uses: actions/[email protected]
with:
dotnet-version: '3.1.x'

- name: Retrieve cached NuGet packages
uses: actions/cache@v3
Expand Down Expand Up @@ -146,4 +148,4 @@ jobs:
done

- name: Publish NuGet package on nuget.org
run: dotnet nuget push ./nuget/*.nupkg --api-key "${{ secrets.NUGET_API_KEY }}" --skip-duplicate
run: dotnet nuget push ./nuget/*.nupkg --api-key "${{ secrets.NUGET_API_KEY }}" --skip-duplicate

0 comments on commit 4b7e4a7

Please sign in to comment.