Skip to content

Commit 8160c45

Browse files
committed
Fix params on release build dotnet pack
1 parent 4a931a2 commit 8160c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Nuget Pack
5454
working-directory: MetaMomentum/
55-
run: dotnet pack --version-suffix ""
55+
run: dotnet pack
5656

5757
- name: Publish the package to GitHub packages
5858
working-directory: MetaMomentum/

0 commit comments

Comments
 (0)