diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23654d1..2a47ecc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,7 +169,7 @@ jobs: run: Add-Content -Path ${env:GITHUB_ENV} "`nprojectName=$(${env:GITHUB_REPOSITORY}.substring(${env:GITHUB_REPOSITORY}.IndexOf('/') + 1))" -Encoding utf8 - name: Setup nuget - uses: nuget/setup-nuget@v1 + uses: nuget/setup-nuget@v2 # Temporary steps while waiting for nuget client to support multiple package push # - name: Publish to GitHub