Skip to content

Commit 5a70bad

Browse files
authored
Update githubPackages.yml
1 parent 93a806c commit 5a70bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubPackages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dotnet pack -c Release -o out /p:Version="${{ secrets.PACKAGE_VERSION }}-develop-${{ github.run_number }}"
2020
2121
- name: Install NuGet client
22-
uses: warrenbuckley/Setup-Nuget@v1
22+
uses: nuget/setup-nuget@v1
2323

2424
- name: Add private GitHub registry to NuGet
2525
run: nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/Code-Sharp/index.json -Username Code-Sharp -Password ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)