From b3907782012285b2b0c58da01829def467315e2a Mon Sep 17 00:00:00 2001 From: Vitaliy Potyarkin Date: Fri, 11 Apr 2025 10:33:19 +0300 Subject: [PATCH] [#57] ci: Disable automatic publishing of unsigned nugets We're switching to non-automatic process for publishing signed nugets, unsigned workflow will still be available as an escape hatch but it won't ever be triggered automatically. Signed-off-by: Vitaliy Potyarkin --- .forgejo/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index ca66daa..fd79900 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -1,5 +1,4 @@ on: - push: workflow_dispatch: jobs: @@ -16,7 +15,7 @@ jobs: # `dotnet build` implies and replaces `dotnet pack` thanks to `GeneratePackageOnBuild` run: dotnet build - - name: Publish NuGet packages + - name: Publish unsigned NuGet packages run: |- dotnet nuget add source \ --name "$NUGET_REGISTRY" \