From 21309890904f382ed672f455962200f04b1ebdeb Mon Sep 17 00:00:00 2001 From: Thyge Steffensen <31892312+thygesteffensen@users.noreply.github.com> Date: Wed, 14 Dec 2022 10:31:34 +0100 Subject: [PATCH] ci: Remove GitHub package publish GitHub package publish have been broken on other projects and is not used, I have decided to remove that from the package feed. --- .github/workflows/.releaserc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/.releaserc b/.github/workflows/.releaserc index cc5e570..ad071d7 100644 --- a/.github/workflows/.releaserc +++ b/.github/workflows/.releaserc @@ -15,8 +15,5 @@ plugins: - path: ../../artifacts/PowerAutomateMockUp.*.nupkg label: Parser DLL - - - "@semantic-release/exec" - - publishCmd: "dotnet nuget push ..\\..\\artifacts\\PowerAutomateMockUp.*.nupkg --source https://nuget.pkg.github.com/thygesteffensen/index.json --api-key ${process.env.GITHUB_TOKEN}" - - - "@semantic-release/exec" - publishCmd: "dotnet nuget push ..\\..\\artifacts\\PowerAutomateMockUp.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${process.env.CI_NUGET_API_KEY}" \ No newline at end of file