Skip to content

Commit bd0fffb

Browse files
committed
- Linting
1 parent 6fd6b20 commit bd0fffb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/manual_release_prep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
- name: Upload NuGet package to Action output
6868
uses: actions/upload-artifact@v4
6969
with:
70-
path: "*.nupkg"
70+
path: "*.nupkg"

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Release
33
on:
44
release:
55
types: [ published ]
6-
workflow_dispatch: ~
76

87
jobs:
98
publish:

0 commit comments

Comments
 (0)