From 9a4d14bea663e2f207f3dc2f18a0e1c5b68e97e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Poul=20Kjeldager=20S=C3=B8rensen?= Date: Sun, 25 Aug 2024 14:01:53 +0200 Subject: [PATCH] removed github release --- .github/workflows/.releaserc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/.releaserc b/.github/workflows/.releaserc index 7931a8b..7ba34fc 100644 --- a/.github/workflows/.releaserc +++ b/.github/workflows/.releaserc @@ -1,4 +1,4 @@ -branches: +branches: - name: main - name: dev prerelease: dev @@ -10,12 +10,6 @@ plugins: - - "@semantic-release/release-notes-generator" - preset: conventionalcommits - - - "@semantic-release/github" - - assets: - - path: ../../artifacts/ExpressionEngine.*.nupkg - label: Parser DLL - - path: ../../artifacts/Documentation.md - label: Documentation - - "@semantic-release/exec" - publishCmd: "dotnet nuget push ..\\..\\artifacts\\Delegate.ExpressionEngine.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${process.env.CI_NUGET_API_KEY}" \ No newline at end of file