We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a806c commit 5a70badCopy full SHA for 5a70bad
.github/workflows/githubPackages.yml
@@ -19,7 +19,7 @@ jobs:
19
dotnet pack -c Release -o out /p:Version="${{ secrets.PACKAGE_VERSION }}-develop-${{ github.run_number }}"
20
21
- name: Install NuGet client
22
- uses: warrenbuckley/Setup-Nuget@v1
+ uses: nuget/setup-nuget@v1
23
24
- name: Add private GitHub registry to NuGet
25
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