Skip to content

Commit 3869c46

Browse files
authored
Update nuget_release.yml
1 parent 0de839a commit 3869c46

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/nuget_release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,7 @@ jobs:
2222
run: dotnet restore
2323
- name: Build
2424
run: dotnet build -c Release --no-restore
25-
26-
publish-nuget:
27-
needs: build
28-
runs-on: ubuntu-latest
29-
steps:
30-
- uses: actions/checkout@v2
31-
- name: Setup .NET
32-
uses: actions/setup-dotnet@v1
33-
with:
34-
dotnet-version: ${{ matrix.dotnet }}
35-
3625
- name: Install Nuget
3726
run: sudo apt-get install nuget
38-
- name: Print directory
39-
run: pwd
40-
- name: Print all files
41-
run: ls -R
4227
- name: Publish on Nuget
4328
run: nuget push ./MangoPay.SDK/bin/Release/mangopay2-sdk.*.nupkg ${{ secrets.NUGET_API_KEY }} -Source ${{ secrets.NUGET_SOURCE }} -SkipDuplicate -Verbosity detailed

0 commit comments

Comments
 (0)