From 9d4d0dc5747b2ad90bb7ded050775f4a29d2fe70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20B=C3=BCrgi?= Date: Mon, 7 Oct 2024 20:13:35 +0200 Subject: [PATCH] correcting release config --- .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 aff9b3ea7..d736bb563 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -28,4 +28,4 @@ jobs: - name: Create the package run: dotnet pack --output nupkgs --configuration Release - name: Publish the packages to GPR - run: dotnet nuget push nupkgs/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s 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"