Skip to content

Commit 85e2045

Browse files
committed
Fix
1 parent 5b23853 commit 85e2045

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,5 @@ jobs:
4444
-o packages
4545
4646
- name: Publish NuGet package
47-
run: |
48-
dotnet nuget push packages/*.nupkg \
49-
--api-key ${{ secrets.NUGET_API_KEY }} \
50-
--source https://nuget.pkg.github.com/viklover/index.json
47+
run: dotnet nuget push packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://nuget.pkg.github.com/viklover/index.json
5148

0 commit comments

Comments
 (0)