We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23488a1 commit 95e8fd7Copy full SHA for 95e8fd7
.github/workflows/nuget-released.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Build cli
39
run: |
40
cd src/VKProxy.Cli
41
- dotnet pack --version-suffix
+ dotnet pack
42
- name: push
43
env:
44
nugetkey: ${{ secrets.nugetkey }}
0 commit comments