Skip to content

Commit b4e6a85

Browse files
committed
ci: fix syntax error in push job
1 parent 80e958a commit b4e6a85

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@ jobs:
7474
name: NuGet packages
7575
path: packages
7676
- name: Push packages
77-
run: |
78-
dotnet nuget push "*.nupkg"
79-
--api-key ${{ secrets.NUGET_API_KEY }}
80-
--source https://api.nuget.org/v3/index.json
77+
run: dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
8178
- uses: dotnet/nbgv@v0.3.1
8279
id: nbgv
8380
- name: Create GitHub release

0 commit comments

Comments
 (0)