mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-21 06:13:58 +00:00
Update publish_nuget.yml
This commit is contained in:
parent
9dae8c1125
commit
112ad116ea
1 changed files with 5 additions and 1 deletions
6
.github/workflows/publish_nuget.yml
vendored
6
.github/workflows/publish_nuget.yml
vendored
|
|
@ -2,7 +2,11 @@ name: Publish NuGet
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
version:
|
||||||
|
description: 'Package version override'
|
||||||
|
required: false
|
||||||
|
default: ''
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue