Skip to content

Commit 9732e62

Browse files
committed
chore: setup nuget in cicd flow
1 parent 043e676 commit 9732e62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- uses: actions/setup-dotnet@v3
2323
with:
2424
dotnet-version: "8.x"
25+
- uses: nuget/setup-nuget@v2
26+
with:
27+
nuget-api-key: ${{ secrets.NUGET_TOKEN }}
28+
nuget-version: '5.x'
2529
- name: Set RELEASE_VERSION
2630
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2731
- name: Restore Packages

0 commit comments

Comments
 (0)