We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fab359 commit 6822152Copy full SHA for 6822152
.github/workflows/publish.yml
@@ -38,8 +38,7 @@ jobs:
38
39
# Pack the NuGet package
40
- name: Create NuGet package
41
- run: |
42
- dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
+ run: dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
43
44
# # Publish to NuGet.org
45
# - name: Push to NuGet
0 commit comments