diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 38f2aae..a66acf1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -27,6 +27,6 @@ jobs: - name: Publish run: dotnet pack ./src/Bluesoft.Xperience.ScheduleTasks/Bluesoft.Xperience.ScheduleTasks.csproj --no-build --output ./package - name: Authenticate Nuget.org - run: dotnet nuget add source --username "OWNER" --password "$YOUR_GITHUB_PAT" --store-password-in-clear-text --name nuget_publish "https://nuget.pkg.github.com/Bluesoft/index.json" + run: dotnet nuget add source --username "OWNER" --password $YOUR_GITHUB_PAT --store-password-in-clear-text --name nuget_publish "https://nuget.pkg.github.com/Bluesoft/index.json" - name: Nuget push run: dotnet nuget push "./packages/Bluesoft.Xperience.ScheduleTasks.snupkg" --source "nuget_publish"