From b44acb69b3f823145bae478c0d1aa4b0032b5853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20B=C3=BCrgi?= Date: Mon, 7 Oct 2024 21:04:20 +0200 Subject: [PATCH] Update release-packages.yml --- .github/workflows/release-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-packages.yml b/.github/workflows/release-packages.yml index 0aa4a21aa..d6e69d957 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -28,6 +28,6 @@ jobs: - name: Create the package run: dotnet pack --output nupkg --configuration Release - name: Define package source - run: dotnet nuget add source --username Systemorph --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Systemorph/index.json" + run: dotnet nuget add source --username rbuergi --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Systemorph/index.json" - name: Publish the packages to GPR run: dotnet nuget push ./nupkg/*.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}