Skip to content

Commit 49392e2

Browse files
committed
Enable NuGet publishing via GitHub Actions
Added a GitHub Actions workflow to automate publishing to NuGet. The workflow triggers on `push` events for tags matching the `*.*.*` pattern (semantic versioning) and supports manual execution via `workflow_dispatch`. A `test` job was added with a matrix strategy to ensure compatibility across multiple operating systems.
1 parent acf2306 commit 49392e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '*.*.*'
7+
workflow_dispatch:
78

89
jobs:
910
test:

0 commit comments

Comments
 (0)