Skip to content

Commit 0b0ca28

Browse files
committed
Change create-release.yml workflow file name + make publish-package.yml workflow file runnable manually in case it fails
1 parent 79c438c commit 0b0ca28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Release
1+
name: Create new empty Version Release
22

33
on:
44
push:

.github/workflows/publish-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish Nuget package
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags:
67
- "v*.*.*"

0 commit comments

Comments
 (0)