diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 29a1f73..00f451d 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -48,4 +48,4 @@ jobs: name: artifacts path: ./artifacts - name: Upload to NuGet - run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n -k $env:NUGET_AUTH_TOKEN \ No newline at end of file + run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n -k $NUGET_AUTH_TOKEN \ No newline at end of file