From 2a279af33c72ce5e68b50ebdb050e52a39fb08de Mon Sep 17 00:00:00 2001 From: Srdjan Zivojinovic Date: Fri, 23 Aug 2024 13:08:44 +0200 Subject: [PATCH] Rename step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d411f1e..4962d6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Build and Test run: ./Build.ps1 shell: pwsh - - name: Push to MyGet + - name: Push to NuGet env: NUGET_URL: https://api.nuget.org/v3/index.json NUGET_API_KEY: ${{ secrets.NUGET_FRAKTALIO_CI_API_KEY }}