Skip to content

Commit

Permalink
Fix params on release build dotnet pack
Browse files Browse the repository at this point in the history
  • Loading branch information
dinc5150 committed Jul 6, 2021
1 parent 4a931a2 commit 8160c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Nuget Pack
working-directory: MetaMomentum/
run: dotnet pack --version-suffix ""
run: dotnet pack

- name: Publish the package to GitHub packages
working-directory: MetaMomentum/
Expand Down

0 comments on commit 8160c45

Please sign in to comment.