Update CI
This commit is contained in:
parent
521f09b3ad
commit
2aa53e9f79
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -1,6 +1,12 @@
|
|||||||
name: Release to NuGet
|
name: Release to NuGet
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
version:
|
||||||
|
description: Bump Version
|
||||||
|
default: v1.0.0
|
||||||
|
required: true
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user