Skip to content

Commit 6822152

Browse files
authored
Update publish.yml
1 parent 5fab359 commit 6822152

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838

3939
# Pack the NuGet package
4040
- name: Create NuGet package
41-
run: |
42-
dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
41+
run: dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
4342

4443
# # Publish to NuGet.org
4544
# - name: Push to NuGet

0 commit comments

Comments
 (0)