[#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 <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2025-04-11 10:33:19 +03:00
parent 30af614558
commit b390778201

View file

@ -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" \